Skip to content

MohammadD3veloper/FileTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileTransfer

-- very simple project I writed for my dear friend :)

A simple tool for transfering file between 2 systems with socket programming in python

I hope you enjoy it & may you learn it !

How to use ??

git clone https://github.com/DrD3ViLaM/FileTransfer

cd FileTransfer

dont forget to change ip,port in both client.py and server.py files & installing colorama library using pip

pip install colorama

you must run server.py file on file sender system with :

chmod +x server.py ./server.py

and run client.py on reciever system with :

chmod +x client.py ./client.py

important thing !

Dont touch modules.py and modules directory please :)

New version is comming soon ... :)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages