Giter VIP home page Giter VIP logo

pyftp's Introduction

#pyftp

What?

PyFTP is a simple ftp client written on top of ftplib. In short, I got frustrated with ftp and its lack of recursive operations.

What does work?

  • mkdir directory creates a new directory.
  • rmdir directory removes directory.
  • cd directory changes current working directory to directory.
  • rm file removes file. Add -r flag to recursively remove everything inside directory. Example rm -r directory removes everything in directory.
  • ls directory lists all files in directory. NOTE: If directory is not specified, current directory is listed.
  • put local remote copies local file to remote.
  • get remote local copies remote file to local.
  • local mode - Allows execution of commands on local machine inside pyftp. To execute command on local machine enter single space followed by command you want to execute. Example: ls -a lists all files in working directory on local machine.

TODO

General features

  • auto completion
  • command history
  • multiple transfer types (currently only binary is used)

Command specific improvements

  • rm
    • wildcard (and maybe some other matching). Example: rm images/* removes all files in images directory.
  • put
    • recursive operations (-r flag) allowing copying of directories. Example: put -r local_folder remote.
  • get
    • recursive download (same as put -r)

pyftp's People

Contributors

nhenezi avatar nto4 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.