Differences
This shows you the differences between the selected revisions of the page.
2011-11-23 | 2011-11-23 | ||
no summary (58.2.236.196) (hidden) | no summary (58.2.236.196) (hidden) | ||
Line 18: | Line 18: | ||
Aliases: ''ascii'' (for ''option transfer ascii''), ''binary'' (for ''option transfer binary'') | Aliases: ''ascii'' (for ''option transfer ascii''), ''binary'' (for ''option transfer binary'') | ||
- | |||
- | ===== Examples ===== | ||
- | <code winscp> | ||
- | option transfer | ||
- | option confirm on | ||
- | option include "*.html; */" | ||
- | option exclude "*.tpl.php" | ||
- | option exclude "*.mp3; *.mp4; *.lnk; *.exe; *.msi; My Pictures; My Music; My Videos;" | ||
- | option | ||
- | </code> | ||
- | |||