Differences
This shows you the differences between the selected revisions of the page.
| 2006-06-04 | 2006-06-04 | ||
| no summary (83.76.183.225) (hidden) | old revision restored (martin) (hidden) | ||
| Line 67: | Line 67: | ||
| ===== Useful Scripts ===== | ===== Useful Scripts ===== | ||
| You can see list of [[scripts]] other users found useful. | You can see list of [[scripts]] other users found useful. | ||
| - | # Automatically answer all prompts negatively not to stall | ||
| - | # the script on errors | ||
| - | option batch on | ||
| - | # Disable overwrite confirmations that conflict with the previous | ||
| - | option confirm off | ||
| - | # Connect using a password | ||
| - | # open user:password@example.com | ||
| - | # Connect | ||
| - | open user@example.com | ||
| - | # Change remote directory | ||
| - | # cd /home/user | ||
| - | # Force binary mode transfer | ||
| - | option transfer binary | ||
| - | # Download file to the local directory d:\ | ||
| - | put L:\Einsatzplan_2006.xls | ||
| - | rm Einsatzplan.xls | ||
| - | # Disconnect | ||
| - | close | ||
| - | # Disconnect | ||
| - | close | ||
| - | # Exit WinSCP | ||
| - | exit | ||