ruby-net-sftp 4.0.0
Pure Ruby implementation of the SFTP client 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.
- Outputs:
out - Website: https://github.com/net-ssh/net-sftp
- Licenses: Expat
- Package source: gnu/packages/ruby-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ruby-net-sftp 4.0.0 as follows:
guix install ruby-net-sftp@4.0.0
Or install the latest version:
guix install ruby-net-sftp
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.