Skip to content

TSSathyaKiran/File-Transfer-using-SOCKETS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP using Sockets

===========================

Setup :

  • open the repository and add the file you want to transfer into the folder
  • change the file_name in server.py to the name of the file you want to transfer
  • connect to the same wifi or ethernet
  • on the computer acting as the server (Sender), get the local ip address

To get your local ip using terminal :

  • on Windows
    ipconfig 
  • macOS or Linux
    ipconfig or ip a

  • change the ADDR on both server.py and client.py, to the server's ip address
  • Run server.py first
  • now run client.py

About

File transfer in python using sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages