Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-06 | 2013-05-09 | ||
| suggesting use of Session.FileExists (martin) | use /xmllog for xml logging explicitly (martin) | ||
| Line 116: | Line 116: | ||
| // run winscp to get list of file in the remote directory into XML log | // run winscp to get list of file in the remote directory into XML log | ||
| - | exec = shell.Exec("\"" + WINSCP + "\" /log=\"" + logfilepath + "\""); | + | exec = shell.Exec("\"" + WINSCP + "\" /xmllog=\"" + logfilepath + "\""); |
| exec.StdIn.Write( | exec.StdIn.Write( | ||
| "option batch abort\n" + | "option batch abort\n" + | ||