There's no documentation for this item.
| Classes |
| Bug |
An exception class representing a bug condition.
|
| Exception |
The base exception class for the SFTP system.
|
| Session |
Represents a single SFTP session, running atop an SSH session.
|
| Public Methods |
| start |
A convenience method for starting a standalone SFTP session. It will start
up an SSH session using the given arguments (see the documentation for
Net::SSH::Session for details), and will then start a new SFTP session with
the SSH session. If a block is given, it will be passed to the SFTP
session.
|
<code/>and<pre/>for code samples.