Differences
This shows you the differences between the selected revisions of the page.
2015-08-26 | 2015-09-07 | ||
Verifying the Host Key (martin) | openssh too (martin) | ||
Line 1: | Line 1: | ||
- | ====== Converting PuTTY PSFTP script to WinSCP script ====== | + | ====== Converting PuTTY PSFTP or OpenSSH SFTP script to WinSCP script ====== |
- | This guide explains how to convert existing SFTP file transfer script using [[&url(puttydoc)/Chapter6.html|PuTTY SFTP client]] (''psftp.exe'') to [[scripting|script using WinSCP]], in case you want to use some advanced feature that WinSCP offers, such as [[scriptcommand_synchronize|synchronization]], [[script_upload_multiple_servers|parametrized script]], [[scripting#timestamp|timestamped file names]], [[script_custom_listing_format_csv|custom directory listing format]] and others. | + | This guide explains primarily how to convert existing SFTP file transfer script using [[&url(puttydoc)/Chapter6.html|PuTTY SFTP client]] (''psftp.exe'') to [[scripting|script using WinSCP]], in case you want to use some advanced feature that WinSCP offers, such as [[scriptcommand_synchronize|synchronization]], [[script_upload_multiple_servers|parametrized script]], [[scripting#timestamp|timestamped file names]], [[script_custom_listing_format_csv|custom directory listing format]] and others. |
+ | |||
+ | As the PSFTP syntax is based on OpenSSH ''sftp'' client,((Both the PSFTP command-line switches and the script commands are subset of OpenSSH ''sftp'' switches and commands.)) you can also use the guide to convert your existing Linux SFTP script to a Windows SFTP script. | ||
===== [[commandline]] Converting Command-Line ===== | ===== [[commandline]] Converting Command-Line ===== |