• Stars
    star
    1
  • Language
    Python
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

基本FTP协议的Python实现,实现了用户和服务器之间文件的GET、PUT命令和ls, pwd, cd, close, quote及一些本地用户的命令,支持PORT模式和PASV两种文件传输模式。