File Transfer Primers
Using HTTP servers
Python
Using netcat
On the receiving end running,
will begin listening on port 1234.
On the sending end running,
will connect to the receiver and begin sending file.
Last updated