In this case instead of ''ftp: File is already fully retrieved." the file from the server is appended to the already fully retrieved file.
This sounds like bug 6289: http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=6289 And there is a patch posted, but I've had no bites on that patch yet. Can you try applying this patch: http://marc.info/?l=openbsd-tech&m=126334218910936&w=4 and let me know if it fixes your issue? Matthew On Wed, 20 Jan 2010, nixlists wrote:
Hi. File doesn't exist locally, getting it: ftp -C -o somefile http://someserver/somefile -blah blah and progress bar- Got it, retrieve it again: ftp -C -o somefile http://someserver/somefile -blah blah and progress bar- ftp: File is already fully retrieved. Now over proxy: export http_proxy=http://127.0.0.1:8080 ftp -C -o somefile http://someserver/somefile -blah blah and progress bar- 2100 bytes received in 0.0 seconds (4.83 MB/s) In this case instead of ''ftp: File is already fully retrieved." the file from the server is appended to the already fully retrieved file. Is this a bug or an expected behavior?
--- Matthew Mulrooney Teamify - Team Management Simplified - http://www.teamify.com ---

