Differences
This shows you the differences between the selected revisions of the page.
2014-08-27 | 2014-08-27 | ||
typo (martin) | batch file syntax highlighting (martin) | ||
Line 592: | Line 592: | ||
First create wrapper batch file to store the paths you want to synchronize into environment variables (change ''/home/user/www/'' to remote path root you want to synchronize against): | First create wrapper batch file to store the paths you want to synchronize into environment variables (change ''/home/user/www/'' to remote path root you want to synchronize against): | ||
- | <code> | + | <code batch> |
winscp.com /script=example.txt /parameter %1 "/home/user/www/%~n1%~x1" | winscp.com /script=example.txt /parameter %1 "/home/user/www/%~n1%~x1" | ||
</code> | </code> | ||
Line 609: | Line 609: | ||
* When placed on desktop, you can drop any local directory to it to start synchronization; | * When placed on desktop, you can drop any local directory to it to start synchronization; | ||
* When placed to ''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'', you can use //Send To > Your Shortcut// from context menu of any local directory. &winpath | * When placed to ''C:\Users\username\AppData\Roaming\Microsoft\Windows\SendTo'', you can use //Send To > Your Shortcut// from context menu of any local directory. &winpath | ||
+ | |||
===== [[auto_compress_download]] Automatically compress files before download ===== | ===== [[auto_compress_download]] Automatically compress files before download ===== |