Differences
This shows you the differences between the selected revisions of the page.
2017-12-06 | 2018-06-26 | ||
typography (martin) | no summary (109.205.21.34) (hidden) (untrusted) | ||
Line 35: | Line 35: | ||
* You should also add ''[[commandline#logging|/log]]'' parameter to turn on [[logging|session logging to file]]. | * You should also add ''[[commandline#logging|/log]]'' parameter to turn on [[logging|session logging to file]]. | ||
* The resulting command may look like: \\ ''%%"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log=c:\path\winscp.log /command "open sftp://user:password@example.com/" "put d:\examplefile.txt /home/user/" "exit"%%'' &winpath &win64 \\ Note that the command-line parameter ''[[commandline#scripting|/console]]'' was not specified, what makes ''WinSCP.exe'' not show the console window, not to disturb you while you are using your workstation. \\ You can have WinSCP [[ui_generateurl|generate the command-line template]] for you. | * The resulting command may look like: \\ ''%%"C:\Program Files (x86)\WinSCP\WinSCP.exe" /log=c:\path\winscp.log /command "open sftp://user:password@example.com/" "put d:\examplefile.txt /home/user/" "exit"%%'' &winpath &win64 \\ Note that the command-line parameter ''[[commandline#scripting|/console]]'' was not specified, what makes ''WinSCP.exe'' not show the console window, not to disturb you while you are using your workstation. \\ You can have WinSCP [[ui_generateurl|generate the command-line template]] for you. | ||
- | * If your script uses local paths relative to the script path or WinSCP executable path, specify the respective path in //Start in// field. | + | * If your script uses local paths relative to the script path or WinSCP executable path, specify the respective path in //Start in// field. <3 |
===== Scheduling on Microsoft Azure WebSite with Azure WebJobs ===== | ===== Scheduling on Microsoft Azure WebSite with Azure WebJobs ===== |