Thank you for your info.
What we are trying to establish, is to send a very large file (4GB) from host A to host B (without a server inbetween). There is no downloading process from the client - only FTPtransfer from the server. The main goal of this project is to resume the transfer at the exact point of the file were it stopped, after a physical disconnection has happened, so that the file needn't be sent again from start. We're now asking ourselves following questions:
Does the api realize, if there is a physical disconnection (not manual disconnection)?
Does the api save the info about the exact point of the file, were it send its last bit?
Does the api know, to resume the file transfer at that exact point of the file and not start from scratch?
Clarification of the status of the transfer - We want to know at any time:
How much of the file has already been sent?
How much longer will it take to send the rest?
Thanks for your help.
Regards, schelpet