Are you using the new FTPConnection class or the older FTPClient class? FTPConnection has some smarts related to events that invoke the SIZE command before the GET command is invoked, so this may be what you're seeing. We may need to fix this problem. Are you getting an exception? If so, could you please post the stack-trace.
If you are using FTPConnection and you are using the Downloading event, please try avoiding use of this event and seeing if you app works.
W.r.t. logging, please have a look at the Developer's Guide, which is included in the release, for instructions on enabling logging.
Also, what type of FTP server are you using?
- Hans (EDT)