Skip to content

Gedankenn/file_transfer_python

Repository files navigation

File Transfer in python using ipv6

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.

Usage

clone this repo

git clone [email protected]/Gedankenn/file_transfer_ipv6.git

Install the requirements

pip install -r requirements.txt

Run the program

python file_transfer.py [send] [filename] [ipv6 address]
python file_transfer.py [receive]

Screenshots

transfer

About

File transfer using socket IPV6 in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages