Signing with PGP via WinSCP.com

Advertisement

jfrish
Joined:
Posts:
6

Signing with PGP via WinSCP.com

Is this possible via the command?
Here's what my WinSCP script looks like so far:

# Automatically abort script on errors 
option batch abort 
# Disable overwrite confirmations that conflict with the previous 
option confirm off 
# Connect to SFTP server using a password 
open sftp://Username:Password@ftp.server.com/ 
#
# Uploads all files in the dir
put C:\folderpath\* /FTPLocation/
# Disconnect 
exit

Or does the file need signed outside of WinSCP?

So... Looks like this is done with the PGP tools... I'm just hunting for a freebie CLI based tool.. so I can sign my file using a bat command.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,567
Location:
Prague, Czechia

Re: Signing with PGP via WinSCP.com

WinSCP cannot sign file with PGP. You have to do it before uploading the file using other tool.

Reply with quote

Advertisement

You can post new topics in this forum