Differences
This shows you the differences between the selected revisions of the page.
script_locking_files_while_uploading 2017-12-06 | script_locking_files_while_uploading 2022-06-16 (current) | ||
Line 12: | Line 12: | ||
Here we focus on the third approach (although the second is very similar, implementation-wise). | Here we focus on the third approach (although the second is very similar, implementation-wise). | ||
- | ===== Using Transfer to temporary filename feature ===== | + | ===== [[temporary_filename]] Using Transfer to temporary filename feature ===== |
With [[sftp|SFTP protocol]], you can use [[resume#automatic|Transfer to temporary filename]] feature to have WinSCP handle the rename automatically for you. | With [[sftp|SFTP protocol]], you can use [[resume#automatic|Transfer to temporary filename]] feature to have WinSCP handle the rename automatically for you. | ||
Line 53: | Line 53: | ||
UserName = "user" | UserName = "user" | ||
Password = "mypassword" | Password = "mypassword" | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
} | } | ||