martin Re: Missing files during the download. 2017-10-19 Why do you post the same question over and over again? https://winscp.net/forum/viewtopic.php?t=25404
armanit Missing files during the download. 2017-10-17 20:06 Hi Team, I'm trying to download about 40 files from SFTP server and it's downloading only 30 of them and hangs. Pls help to fix the problem. This is the script I'm using. var exec = shell.Exec("winscp.com /xmllog=\"C:\\download\\log\\download.xml\" "); exec.StdIn.Write( "option batch abort\n"+ "option confirm off\n"+ "open sftp://xxx:xxx@xxx -hostkey=\"xxxx\" \n"+ "get /download/* \"C:\\download\\\" \n"+ "exit"); Thanks Arman