Schedule a session as a task
Hello
I am trying to create a script to be executable via batch file on NT schedule. Found following samples for a command line:
Is there a way to create a session with all of those parameters so Task will only execute the line like:
I am trying to create a script to be executable via batch file on NT schedule. Found following samples for a command line:
:: winscp3.exe stored_session :: winscp3.exe [(scp|sftp)://][user[:password]@]host[:port][/path/[file]] [/privatekey=key_file] [/script=script_file]
Is there a way to create a session with all of those parameters so Task will only execute the line like:
winscp3.com SessionName1