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: Can you check if folder is empty?

You can check in the batch file if there are any files in the local directory once the WinSCP script finishes. If not, wait 1 hour (you will have to find some tool for that) and run the script again.
murfy100

Can you check if folder is empty?

Bear with me I'm a beginner and it's my 1st post...

I have created a script that downloads file to a specific folder on my local.

I've also scheduled the tasks through windows scheduler to run mon-fri at 00:30hrs.

If the folder on the remote machine deos not contain any files then I want it to poll it again it after 1hr. I want this to continue until it finds a file.

Once it finds a file I want to stop.

I have created a batch script that calls the winscp script to download.

Any assistance will be kindly appreciated.

Thanks,