Net::SSH

Net::SSH is a Ruby library for programmatically communicating with remote servers via the SSH2 protocol. Select one of the following links to read more about Net::SSH:

Net::SFTP

Net::SFTP is a library built on top of Net::SSH that implements the SFTP file transfer protocol (actually, versions 1 through 6 of that protocol). Select one of the following links to read more about Net::SFTP:

Net::SCP

Net::SCP is a library built on top of Net::SSH that implements the SCP "secure copy" protocol for transfering files. Select one of the following links to read more about Net::SCP:

Net::SSH::Gateway

Net::SSH::Gateway provides a simple way to connect to servers behind a firewall or NAT.

Net::SSH::Multi

Net::SSH::Multi provides an interface for tying multiple Net::SSH connections together and running them in parallel.