TCPGet, TCPPut: A file transfer mechanism that only uses TCP/IP

Sometimes you need to transfer files between two machines, but there is no FTP server,
samba directory sharing, or whatnot available. These two programs could be useful
under such circumstances.

TCPGet is a client which, when started, will listen and service file "put" requests on port
17501. TCPGet accepts "put" requests from any machine.

TCPPut will attempt to "put" a file to a specified machine. The machine must already be
running TCPGet.

Mikael Kalms 2003-03-03
mikael@kalms.org
