mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
1f8b48b772
Approved by: portmgr blanket
11 lines
449 B
Plaintext
11 lines
449 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: https://github.com/net-ssh/net-scp
|