]> git.openfabrics.org - ~shefty/librdmacm.git/commit
rsocket: Add sample application to copy files over rsockets
authorSean Hefty <sean.hefty@intel.com>
Thu, 1 Dec 2011 20:52:28 +0000 (12:52 -0800)
committerSean Hefty <sean.hefty@intel.com>
Mon, 16 Apr 2012 18:23:18 +0000 (11:23 -0700)
commitef03ffbfef018831800f482028844537c4494731
tree64de92856ad9dbe192db2f6b3f71cc9123ddc978
parent18ae3ead5dd2d944349de6ce229e9122d102fffd
rsocket: Add sample application to copy files over rsockets

rcopy will copy files from a source system to a specified remote
server.  It's essentially a really dumb FTP type program that can
be used to quickly transfer files between systems, which can be
useful to verify data integrity.

(It was easier to create this program than modify an existing FTP
client and server application, which was my first choice.  Fork
support is difficult.)

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am
examples/rcopy.c [new file with mode: 0644]
man/rcopy.1 [new file with mode: 0644]