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: check whether new file has been uploaded in winSCP folder

Simple solution:
0) Move the remote files to temp remote folder to isolate files you are working with.

Complex solution:
Use XML logging to find out what files were downloaded in step 1) and delete only those files in step 3)
https://winscp.net/eng/docs/logging_xml
Guest

step 3 is delete remote files from remote folder
Guest

check whether new file has been uploaded in winSCP folder

i have scheduled a window service to run every 3 minutes to process files uploading in winSCP folder.
now the steps used in the service is
1) copying remote file to local folder
2) process the files from local folder.
3) delete file from local folder.

now suppose a new file is being uploaded when the service is in step 2,

then what happens here is the new file which is uploaded is deleted in step 3.

is there any way to stop this.