diff options
author | araujo <araujo@FreeBSD.org> | 2008-07-06 07:03:07 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-07-06 07:03:07 +0800 |
commit | f7c6a6c2d03bf690a7995fc64b595c69476371f2 (patch) | |
tree | 543393c2d0d3e4757b853cbf2403a065213da8b4 /security/Makefile | |
parent | 7509746a6623313df56b0546c61f1215be16f675 (diff) | |
download | freebsd-ports-gnome-f7c6a6c2d03bf690a7995fc64b595c69476371f2.tar.gz freebsd-ports-gnome-f7c6a6c2d03bf690a7995fc64b595c69476371f2.tar.zst freebsd-ports-gnome-f7c6a6c2d03bf690a7995fc64b595c69476371f2.zip |
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
PR: ports/125052
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 207941d1fa0e..5104fa118c3b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -670,6 +670,7 @@ SUBDIR += ruby-password SUBDIR += ruby-tcpwrap SUBDIR += rubygem-ezcrypto + SUBDIR += rubygem-net-scp SUBDIR += rubygem-net-sftp SUBDIR += rubygem-net-ssh SUBDIR += saferpay |