Site Tools


revdcc
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


revdcc [2007/02/20 03:54] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: revdcc.txt,v 1.2 2007/02/20 03:54:29 jnelson Exp $
 +======Synopsis:======
 +[[load]] revdcc \\
 +revsend //<nickname>// //<filename>// \\
 +revget //<nickname>// //<filename>// \\
 +revclose //<nickname>// //<filename>//
 +
 +======Description:======
 +They said it couldn't be done.
 +
 +They were wrong.
 +
 +This script allows those who are behind firewalls to send files to someone
 +who is not behind a firewall.  If both you and the receiver are behind 
 +firewalls, this won't work for you.
 +
 +This script uses the client's builtin tcp socket capabilities to establish
 +a connection between the receiver (who does the bind) and the sender (who
 +does the connect).  The sender uuencodes the file and pipes the encoded 
 +data over the socket to the receiver, who uudecodes and writes it to a file.
 +
 +======History:======
 +This script was written by archon and first appeared in epic3.001.
 +
  
revdcc.txt · Last modified: 2007/02/20 03:54 by 127.0.0.1