Portable SCP

Portable SCP is a utility based on the scp(1) program included with OpenSSH, that provides secure remote file transfer tunneled over a SecSH connection.

The trouble with OpenSSH's version was that it was too tightly coupled with OpenSSH itself; it was difficult to compile it seperately, and impossible to properly configure it for a cross-compiler. Also, it assumed OpenSSH, and was thus incompatible with alternative SecSH implementations such as GNU lsh.

This package attempts to fix these problems. You can download the latest distribution of portable scp here: scp-0001.tar.gz.

There is also a Subversion repository:

svn co http://unmodern.net/svn/repos/scp/head/

This package was hacked together by Casey Marshall, whom you may contact here.