Hi,
From what I understand in the FTP RFC, it is possible to retrieve a few bytes, and not the whole file.
Can such option be added to ReceiveFTPFile? That would make the whole FTP commands more useful when you download several MBytes of data from a server.
Thanks for considering.
ReceiveFTPFile with Append option
Re: ReceiveFTPFile with Append option
A temporary solution: libcurl directly
Look at the example: SFTP_uploadresume.pb
viewtopic.php?p=591235
https://curl.se/libcurl/c/CURLOPT_RESUME_FROM.html
Look at the example: SFTP_uploadresume.pb
viewtopic.php?p=591235
https://curl.se/libcurl/c/CURLOPT_RESUME_FROM.html
Re: ReceiveFTPFile with Append option
Thanks infratec, I'll look into it.
Even if it would be more elegant in the core functions.
Even if it would be more elegant in the core functions.