Differences
This shows you the differences between the selected revisions of the page.
| 2021-06-30 | 2022-06-16 | ||
| script generation (martin) | 5.20 Change: SHA-256 fingerprints are not padded anymore (martin) | ||
| Line 49: | Line 49: | ||
| ( | ( | ||
| - | echo open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx...=" | + | echo open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx..." |
| if exist %FILE1% echo put %FILE1% | if exist %FILE1% echo put %FILE1% | ||
| if exist %FILE2% echo put %FILE2% | if exist %FILE2% echo put %FILE2% | ||