File: README

package info (click to toggle)
libnet-sftp-ruby 1.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,272 kB
  • ctags: 855
  • sloc: ruby: 4,171; makefile: 47
file content (22 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
= Net::SFTP

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

<em>Author: Jamis Buck (jamis@37signals.com)</em>

This library 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