Differences
This shows you the differences between the selected revisions of the page.
| 2011-06-05 | 2011-06-06 | ||
| Restored revision 1283887933. Undoing revision 1307309842. (Petr) (hidden) | fix comment (martin) | ||
| Line 67: | Line 67: | ||
| var shell = WScript.CreateObject("WScript.Shell"); | var shell = WScript.CreateObject("WScript.Shell"); | ||
| - | // run winscp to get list of file in the remote directory into XML log | + | // run winscp to download the file into timestamped-filename |
| exec = shell.Exec("\"" + WINSCP + "\""); | exec = shell.Exec("\"" + WINSCP + "\""); | ||
| exec.StdIn.Write( | exec.StdIn.Write( | ||