Differences
This shows you the differences between the selected revisions of the page.
| 2024-01-27 | 2024-04-22 (current) | ||
| Restored revision 1686551645. Undoing revisions 1706316590, 1706316807. (martin) (hidden) | scriptcommand_open#passwordsfromfiles (martin) | ||
| Line 29: | Line 29: | ||
| </code> | </code> | ||
| ---- | ---- | ||
| - | Another way is to store the password to a separate file and use ''-passwordsfromfiles'': | + | Another way is to store the password to a separate file and use [[scriptcommand_open#passwordsfromfiles|''-passwordsfromfiles'']]: |
| <code winscp> | <code winscp> | ||
| open -password=C:\path\password.txt -passwordsfromfiles sftp://username@example.com/ | open -password=C:\path\password.txt -passwordsfromfiles sftp://username@example.com/ | ||