Differences
This shows you the differences between the selected revisions of the page.
| 2024-01-27 | 2024-01-27 | ||
| no summary (178.27.89.139) (hidden) (untrusted) | Restored revision 1686551645. Undoing revisions 1706316590, 1706316807. (martin) (hidden) | ||
| Line 16: | Line 16: | ||
| <code winscp> | <code winscp> | ||
| - | open -username=%naim% -password=%MYPASSWORD% sftp://example.com/ | + | open -username=%USERNAME% -password=%PASSWORD% sftp://example.com/ |
| ... | ... | ||
| </code> | </code> | ||
| Line 24: | Line 24: | ||
| <code batch> | <code batch> | ||
| @echo off | @echo off | ||
| - | set USERNAME=naim | + | set USERNAME=martin |
| - | set PASSWORD=MYPASSWORD | + | set PASSWORD=mypassword |
| winscp.com /script=example.txt | winscp.com /script=example.txt | ||
| </code> | </code> | ||