Re: Auto-downloading Script Help Needed.
WinSCP cannot skip the directories that does not contain any matching file.
Okay, I see. Thanks for the reply.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
WinSCP cannot skip the directories that does not contain any matching file.
option batch abort
open ftp://user:pass@IP:port
option transfer binary
get -resume -preservetime -filemask=*.ts>4H "/files/Sources/Completed" "D:\Incoming\"
close
exit
@echo off
start /min winscp.exe /console /script=download_script.txt