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

bcarter27

We aren't able to control the application that users will be uploading files with. Thanks for the suggestions though!
martin

Re: growing file behavior

It's rather a question for your SFTP server provider. But in general the answer would be that it will download the incomplete file.

You can make the user uploading the file upload it to a temporary name, either explicitly or automatically:
https://winscp.net/eng/docs/resume#automatic
https://winscp.net/eng/docs/ui_pref_resume
and make sure you won't be downloading the temporary files (using exclusion mask).
bcarter27

growing file behavior

We are looking to script WinSCP to get files from our SFTP server on a recurring schedule (every 2 minutes). If another user at a different location is simultaneously uploading a file and that file is growing, how does WinSCP handle that? Will it wait for the file to finish growing? Or will it proceed with downloading the incomplete file? (and then fail the deletion of the incomplete source file?)

Thank you in advance for any info.