Re: Files missing out in FTP due to EOSError
So it seems that you are explicitly uploading a file that does not exist, right?
Why don't you check for file existence in your batch file and avoid calling WinSCP, if it does not exist?
Why don't you check for file existence in your batch file and avoid calling WinSCP, if it does not exist?
if not exists %local_folder%%%i exit