This package browser is in early development. Mind the rough edges.

ruby-net-sftp

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.

Installation

Install the latest version of ruby-net-sftp as follows:

guix install ruby-net-sftp

Or install a particular version:

guix install ruby-net-sftp@4.0.0

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.

Badge code

You can use the following badge to inform users of ruby-net-sftp about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ruby-net-sftp'><img src='https://packages.guix.gnu.org/packages/ruby-net-sftp/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ruby-net-sftp/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ruby-net-sftp)

Example Org:

[[https://packages.guix.gnu.org/packages/ruby-net-sftp][https://packages.guix.gnu.org/packages/ruby-net-sftp/badges/latest-version.svg]]