Skip to content

Lucifer516-sudoer/ftp_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple ftp client (actually a server)

Demo

demo-video.mp4

Method 1: use pipx to install

  • Install pipx first:
py -m pip install --user pipx

if the above command fails, then run this command

python -m pip install --user pipx
  • Installing the client:
pipx install git+https://github.com/Lucifer516-sudoer/ftp_client        

Method 2: use pip to install

pip install --user git+https://github.com/Lucifer516-sudoer/ftp_client        

About

A small ftp transfer file with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages