I have an array with a directory list. I want to go into each directory and download all the files. The first directory downloads fine but when my program moves to the next directory and starts downloading files the resume starts at the end of the file and downloads nothing.
When i run the program again with the empty files in the local directory the download starts from zero and gets the whole file.
I have verified the download using command line ftp on SuSE which downloads all the files with no problems.
All of the DEBUG info looks normal ...