= Net::SFTP

<b><em>A pure Ruby module that emulates an SFTP client.</em></b>

<em>Author: Jamis Buck (jgb3@email.byu.edu)</em>

This is an alpha release of Net::SFTP. It depends on the Net::SSH library.

The current release of Net::SFTP supports:

* Protocol versions 1-5.
* The following SFTP operations (though some protocol versions do not support
  all operations):
  * close_handle
  * fsetstat, setstat
  * fstat, lstat, stat
  * mkdir, rmdir
  * open, read, write
  * opendir, readdir
  * realpath
  * remove
  * rename
