ds1
I am using the SmartFTP Library Version 2.0.115.0. When I try to resume uploading of a file over SFTP protocol on a newly created connection it resumes the uploading properly. However when I abort current uploading of a file and again try to resume upload of the same file on same object it returns the error "enumError.ftpErrorWrongReply".
I tried to perform same operation using Smart FTP Client to resume uploading of file of size 47MB after aborting the transfer, it worked properly. However when the size of file is greater than 500MB it does not work and starts logging the below messages. The pause operation, on uploading file over SFTP is not working for any size of the file.
Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
Anybody have suggestions on how to
1. pause/resume the upload
2. how to resume uploading on a existing connection
3. how to resume uploading for large files
Appreciate the assistance.
I tried to perform same operation using Smart FTP Client to resume uploading of file of size 47MB after aborting the transfer, it worked properly. However when the size of file is greater than 500MB it does not work and starts logging the below messages. The pause operation, on uploading file over SFTP is not working for any size of the file.
Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
[18:40:51] Getting attributes of "/fileToUpload.rar".
[18:40:51] Attributes successfully obtained.
Anybody have suggestions on how to
1. pause/resume the upload
2. how to resume uploading on a existing connection
3. how to resume uploading for large files
Appreciate the assistance.