Differences
This shows you the differences between the selected revisions of the page.
2015-08-25 | 2015-08-26 | ||
script_custom_listing_format_csv (martin) | mput/mget example with masks (martin) | ||
Line 177: | Line 177: | ||
<code> | <code> | ||
ascii | ascii | ||
- | mget index.html about.html | + | mget *.html *.txt |
</code> | </code> | ||
Line 183: | Line 183: | ||
<code winscp> | <code winscp> | ||
- | get -transfer=ascii index.html about.html .\ | + | get -transfer=ascii *.html *.txt .\ |
</code> | </code> | ||
Line 204: | Line 204: | ||
<code> | <code> | ||
ascii | ascii | ||
- | mput index.html about.html | + | mput *.html *.txt |
</code> | </code> | ||
Line 210: | Line 210: | ||
<code winscp> | <code winscp> | ||
- | put -transfer=ascii index.html about.html ./ | + | put -transfer=ascii *.html *.txt ./ |
</code> | </code> | ||