activation
Configuration
PGP
Robo-FTP
Robo-FTP Server

Frequently Asked Questions

The FAQ list is a great starting point for basic questions about what you can do with Robo-FTP.

Browse the FAQ list now

Getting Started

Browse these tutorials and sample scripts to get up and running with Robo-FTP in minutes.

Browse tutorials and samples now

Contact Technical Support

If you can't find the answers you need online, get in touch with our Technical Support staff.

Contact Technical Support now

Professional Services

Need more than basic technical support? Our Professional Services team can help you deploy a complete solution.

Contact Professional Services now

Enter search queries below or use the tag links to the right to browse the knowledge base by category (Show All Tags).


How do I use multiple SSH keys?

Normally, Robo-FTP only stores one SSH private key in your configuration.

There's a way to work around this. It involves creating multiple settings (.set) files, and importing each one with a script command before logging onto the corresponding SFTP server.

To do this, set Robo-FTP up to log onto a particular SFTP server using key authentication. Export those settings and give the file a name appropriate to the server you log in with. Then change your settings to match the next SFTP site you want to log into, and repeat the process.

In your script, use the IMPORT command to change your configuration to match the server you are about to log into, and then use the FTPLOGON command to log in.

Tags: SSH, Robo-FTP, Configuration