Differences
This shows you the differences between the selected revisions of the page.
| 2014-08-27 | 2014-08-27 | ||
| batch file syntax highlighting (martin) | typo (martin) | ||
| Line 570: | Line 570: | ||
| Launch the above script from batch file like the one below: | Launch the above script from batch file like the one below: | ||
| - | <code bath> | + | <code batch> |
| winscp.com /script=example.txt | winscp.com /script=example.txt | ||
| if errorlevel 1 goto error | if errorlevel 1 goto error | ||
| Line 583: | Line 583: | ||
| ===== [[synchronize_any_local_file]] Shortcut to synchronize any local directory with remote directory ===== | ===== [[synchronize_any_local_file]] Shortcut to synchronize any local directory with remote directory ===== | ||
| + | |||
| You may want to have a script that synchronizes any local directory with a same-named subdirectory of fixed remote path, e.g.: | You may want to have a script that synchronizes any local directory with a same-named subdirectory of fixed remote path, e.g.: | ||