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) | Restored revision 1320916473. Undoing revisions 1322034572, 1322034637. (martin) (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 off | ||
+ | option include "*.html; */" | ||
+ | option exclude "*.tpl.php" | ||
+ | option exclude "*.mp3; *.mp4; *.lnk; *.exe; *.msi; My Pictures; My Music; My Videos;" | ||
+ | option | ||
+ | </code> | ||
+ | |||