I'm running the FTP.NET WinForm Sample Client and when I initiall connect and upload a file it transfers succesfully and the response says it transferred something (> 1 file (322811 bytes) transferred in in 0.2031887 sec at 1551 KB/s) but the file shows a size of 0. If disconnect and connect using a command prompt and list the files, the file I just uploaded is of size 0 so I know the file is empty.
If I start all over and upload a file using the WinForm Sample Client and then upload it again and overwrite the first one uploaded it goes through and the file now has a size.
Is this normal for the trial version? Or am I missing something?
-Don