Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.4k views
in Java FTP by (160 points)
I have a situation where a download is interrupted by the server and after I resume the download the resulting file ends up larger than the source file.
Looking at the local file in a binary editor (the file is a zip file) shows that after the resume, the server started from the beginning of the file but the local file was appended to.
It seems that the server missed the resume command but the ftp library did the append.
This has me stumped. Any advice would be appreciated.

1 Answer

0 votes
by (161k points)
Enabling logging at the DEBUG level should tell you (or us) what the problem is, if you are able to replicate it.

Categories

...