Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Wait for PUT completion.

What is "API to WinSCP.com"? Show us your code.
Allyn

Wait for PUT completion.

I am transferring large files from a Windows Application in C# to a Linux machine using API to WinSCP.com. I have found that the requests to PUT return before the completion of writing the file on Linux. Is there a mechanism to wait until the file upload is completed? ( Sleep is not an acceptable solution. )