Subtype for WINSCP (SFTP)

6 votes

WINSCP (https://winscp.net) is a commonly used free SFTP program used for automating file transfers. The subtype could be setup similar to the WSFTP Pro subtype.

Here is an example of a download command line:

"[[WINSCP_PATH]]\winscp.com" /command "option failonnomatch on" "open SMA_FTPSITE" "mget ""/Demo/file1.txt"" C:\Winscp\" "exit"

Here is an example of an upload command line:

"[[WINSCP_PATH]]\winscp.com" /command "open SMA_FTPSITE" "mput C:\file.pgp ""/Demo/""" "exit"

Collecting community feedback File Transfer Suggested by: Bruce Jernell Upvoted: 15 Feb Comments: 0

Comments: 0