SFPT Uploading Partial File (General questions)

by Andre @, (4522 days ago)

I am using the PutFile method from the SFTP library to distribute multiple files to several work stations in a multithreaded application. I have noticed that once the files exceeds 100mb the SFTP putfile command is uploading partial files. Almost all the files which are 100mb or more are missing between 200kb to 300kb after they have been uploaded to the remote systems. The command returns sucessful, no error or failure occurs.

The application connects to 10 - 20 remote systems simultaneously and uploads files concurrently to each system. Is there any known issues, with the SFTP dll when it comes to distributing large files?

locked

Re: SFPT Uploading Partial File

by wodDamir @, (4522 days ago) @ Andre

Andre,

What version of the component do you use? You can check Version property for that.

Also, does the same happen with our samples?

Regards,
Damba

locked

Re: SFPT Uploading Partial File

by Andre, (4515 days ago) @ wodDamir

I am using version 3.4.1.103. I will try the snippet and see if the results are the same.

locked