Download:
Spoilerpastebin run 8Bv4Sjde
Ftp/ssh client/server for cc!

to launch:
server:
ftpserver <password>
client: ftp <password>

to run a command on the server computer:
cmd <command>
to get a file off of the server:
get <file>
to send a file to the server
send <file>
to get a directory listing:
dir <directory to get listing from>

noteable bug.. i mean features:
-make sure to put the modem on the back, if you don't it will make itself very clear that you didn't.
-error messages, most of the time they dont mean anything

other things:
-you can connect any number of pcs to the server
-if you want to make you're own client:
Spoilerthis ftp program communicates with the server with a wierd form of packets, ex:
*Password*<command>data:fileName:
so make sure to take a peek and see how things work if you want to make a client for it