Skip to content

pyFTP is a simple python Program which lets you setup your own server for uploading file to and Downloading too!

Notifications You must be signed in to change notification settings

Jeevan-Gharate/pyFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

🔥💻🖥pyFTP 📁💻🔥

pyFTP is a simple python Program which lets you setup your own server for uploading file to and Downloading too!

⁜ Description ~

A Python program for Uploading file to server using pyFTP_client.py. and downloading the file from server from browser (all steps mentioned in SETUP below). A Simple yet affordable custom home Server just like the File Transfer Protocol AKA FTP

⁜ Prerequisite

Python 3.x python3-pip

do run the command in CMD or POWERSHELL after installing python3-pip pip install tqdm

⁜ SETUP ~

1. Run pyFTP_server.py in your server machine in any new folder. (do change the HOST and PORT variable in pyFTP_server.py as per your like)

2. Run pyFTP_client.py in your client machine from which you want to transfer files to the server machine. (again do change the HOST and PORT variable in pyFTP_client.py as per your server file)

3. If you have met Prerequisite do open CMD or POWERSHELL in the server pc in the folder which haves pyFTP_server.py running and type the command python -m http.server 80. (note>some pc may have to run python3 http.server 80 or python(3) SimpleHTTPServer 80) do choose command as per your system compatibility.

4. to download files from the server PC go to your webbrowser and type http://<server_pc_ip_here>/<file_name_here> to download the file.

⁜ Developer ~

ForTheBadge built-by-developers

made-with-python Maintenance

⁜ Report Issues ~

If found Bugs in program do report on -

https://github.com/Jeevan-Gharate/pyFTP/issues

If no one replies within 24 Hours contact me Directly -

https://discordapp.com/users/Jeevan#2343 https://www.instagram.com/mechx_gamerz_yt/

here:

mechx | Medium🙌😇

mechx | Medium🙌😇

Made With ❤ by Jeevan Gharate 😇👑💻

About

pyFTP is a simple python Program which lets you setup your own server for uploading file to and Downloading too!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages