Skip to content

frozuu/Simple-FTP-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FTP with Python

Authors

FAQ

How to start?

edit the code from lines 5 to 8 so you can connect to FTP

How to use FTP?

  • ls - display a list of files and folders in the current directory
  • cd - change the current directory to the specified path
  • rm or del - delete the specified file
  • touch or create - create a new file with the specified name
  • rmf - delete the specified file without reporting an error if it does not exist,
  • exit - exit the program

TO DO

  • fix cd... / cd
  • add more features

About

using python, you can connect to an FTP server, you can browse files on it, create and delete files

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages