Page 1 of 1

SCP config files off Netscalers

Posted: Fri Oct 13, 2017 4:19 pm
by kevins
Can robotask do SCP to copy the config files off of my Netscalers? They are Linux devices.

-Thanks,
Kevin

Re: SCP config files off Netscalers

Posted: Mon Oct 16, 2017 8:11 am
by Oleg
RoboTask doesn't support secure copy protocol (SCP) directly now
I wrote this into out ToDo. Probably we'll add this feature later.

RoboTask supports only sFTP (ssh FTP) from SSH family now.

Re: SCP config files off Netscalers

Posted: Tue Oct 17, 2017 1:18 pm
by Oleg
You can use PSCP.EXE free open source utility.

PSCP.EXE utility is the part of PUTTY package. You can find all necessary files here

Example of command line:
PSCP.EXE -scp -pw <password> <username>@<remotehost>:<remotefile> <localfolder>

Also you can copy local file to remote host. Read about all command-line options here

You can use Run Program/Open Document or Run Command-Line Utility actions to use command line.