Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

me_2 wrote:

How can I realize this?

Via GUI.
me_2

Hi!

save the password to the stored session

How can I realize this?

greetings
martin

Re: console version doesn't take the PWD / passphrase for a key

You cannot specify the password this way. Either save the password to the stored session or save the key without passphrase.
GK

console version doesn't take the PWD / passphrase for a key

Hi,

Could you kindly help me out. I am using console version to upload file to SFTP site www.firepay.com. It doesn't take the password but prompts me to enter passphrase for a key.

Here are the commands in the batch file
option batch on
option confirm off
open username@mercbatch.firepay.com
password
cd incoming
put e:\optimal\transa~1\pendin~1\trialone.txt
close
exit

And I use this command:
winscp3.com /script=abc.txt

Thanks