SCP config files off Netscalers

Discuss RoboTask here
Post Reply
kevins
Posts: 3
Joined: Thu Apr 28, 2016 2:43 pm

SCP config files off Netscalers

Post by kevins »

Can robotask do SCP to copy the config files off of my Netscalers? They are Linux devices.

-Thanks,
Kevin
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: SCP config files off Netscalers

Post 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.
Oleg Yershov
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: SCP config files off Netscalers

Post 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.
Oleg Yershov
Post Reply