You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple file transfer tool
To receive a file:
./transfert receive port
To send a file:
./transfert send host port file
e.g:
./transfert receive 8888
./transfert send localhost 8888 myfile.txt