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

@mit

Actually i am using following commands mentioned below and need to generate the session value run time.

option batch on
option confirm off
open Martin:loius@server1.example.com:22 -timeout=7000
cd \
cd \Process
option transfer binary
put -nopermissions "\\OUT\*.txt"
close
exit

In need to use parameter to provide user,password and session value.

Please revert.
N3w@mit

Create run time session value

Hi I am very new to this language.
Very keen to know how can i convert the session script to parameterized.
Example:
open martin:#loius@server1.example.com
Should be converted to
open %var1%:%var2%@%var3%

Where
var1=martin
var2=loius
var3=server1.example.com