Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
jfrish

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.