Differences
This shows you the differences between the selected revisions of the page.
2013-05-09 | 2013-05-09 | ||
use /xmllog for xml logging explicitly (martin) | use /xmllog for xml logging explicitly (martin) | ||
Line 238: | Line 238: | ||
// run winscp to check for file existence | // run winscp to check for file existence | ||
- | 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" + |