Install ruby-net-sftp by entering the following commands in the terminal:
sudo apt update sudo apt install ruby-net-sftp
Description:
Ruby implementation of the SFTP protocol
Net::SFTP is a pure-Ruby implementation of the SFTP protocol (specifically, versions 1 through 6 of the SFTP protocol). Note that this is the "Secure File Transfer Protocol", typically run over an SSH connection, and has nothing to do with the FTP protocol.
Homepage: https://github.com/net-ssh/net-sftp
Version: 1:2.1.2-4
Section: universe/ruby