Differences
This shows you the differences between the selected revisions of the page.
| 2014-02-28 | 2014-03-07 | ||
| wrong link (martin) | visually separating examples to make it clear that they are standalone (martin) | ||
| Line 35: | Line 35: | ||
| <code winscp> | <code winscp> | ||
| put index.html | put index.html | ||
| + | </code> | ||
| + | <code winscp> | ||
| put -delete index.html about.html ./ | put -delete index.html about.html ./ | ||
| + | </code> | ||
| + | <code winscp> | ||
| put -permissions=644 index.html about.html /home/martin/public_html/ | put -permissions=644 index.html about.html /home/martin/public_html/ | ||
| + | </code> | ||
| + | <code winscp> | ||
| put d:\www\index.html about.* | put d:\www\index.html about.* | ||
| + | </code> | ||
| + | <code winscp> | ||
| put *.html *.png /home/martin/backup/*.bak | put *.html *.png /home/martin/backup/*.bak | ||
| + | </code> | ||
| + | <code winscp> | ||
| put -filemask=*.html -resumesupport=on * | put -filemask=*.html -resumesupport=on * | ||
| </code> | </code> | ||