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

Guest

Re: WinSCP.com open site

martin wrote:

Shellas Sahib wrote:

I dont have a choice of saving a password and want to pass it to the script.

Did you specify the password on Login dialog, before you hit Save?


Yes we specified the password and it is not saving. even if it saves, our corporate policy wont allow saving password, unless WinSCP saves in as encrypted.
martin

Re: WinSCP.com open site

Shellas Sahib wrote:

I dont have a choice of saving a password and want to pass it to the script.

Did you specify the password on Login dialog, before you hit Save?
Shellas Sahib

WinSCP.com open site

I am using winSCP.com on a script to connect from Windows to iSeries. I used the GUI and created a session with all configurtaion setup and username. I dont have a choice of saving a password and want to pass it to the script.

My issue is i want to know when i use the open command with the site, is there a way to pass the password? DAont prefer to use the open ftp:// command.

see below i am doing from command prompt:
winscp.com /script=E:\Command\ftpscript.txt

ftpscript.txt
--------------
option batch continue
option confirm off
open Test1
lcd E:\Input
exit