This is a simple file transfer program using ipv6 in python. The program uses the socket module to create a connection between the server and the client. The server sends the file to the client using the sendfile() function and the client receives the file using the recv() function embedded in the mainfile.
clone this repo
git clone [email protected]/Gedankenn/file_transfer_ipv6.gitInstall the requirements
pip install -r requirements.txtRun the program
python file_transfer.py [send] [filename] [ipv6 address]
python file_transfer.py [receive]