mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
38fff32d11
SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. * Transfer files or entire directory trees to or from a remote host via SCP * Can preserve file attributes across transfers * Can download files in-memory, or direct-to-disk * Support for SCP URI's, and OpenURI WWW: http://net-ssh.rubyforge.org/scp PR: ports/125052 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over
|
|
SSH (and requires the Net::SSH library), and allows files and directory trees
|
|
to copied to and from a remote server.
|
|
|
|
* Transfer files or entire directory trees to or from a remote host via SCP
|
|
* Can preserve file attributes across transfers
|
|
* Can download files in-memory, or direct-to-disk
|
|
* Support for SCP URI's, and OpenURI
|
|
|
|
WWW: http://net-ssh.rubyforge.org/scp
|