Giter VIP home page Giter VIP logo

ftp-client's Introduction

FtpClient CLI is a program to work with FTP server. The program uses passive FTP mode. No SSL support.

Short help (list of commands):
 pwd                - prints the current working directory
 cd dirname         - changes working directory to dirname, which is relative path
 ls [-l] [filepath] - prints list of working directory, using option -l shows extended list
                    - filepath is a path to file (simple wild cards supported, e.g.: *.php)
 connect [-d] [hostname [user [port]]] - establishes connection with given host, password required.
                    - Option -d lunch program in debug mode - FTP commands visible
 help               - prints this short help
 mv source dest     - moves source file to the destination (must be full file name)
 rm [-f] [-d] path  - removes given path. Option -f tells that path is file, -d - directory
 set location localpath - sets local repository, localpath e.g. G:\Programs\Server\
 mkdir dirname      - makes directory 'dirname' in working directory
 exit               - quits server session and ends program
 upload filename    - uploads file from local repository to working directory. Allowed aliases: up, put
 download [-R] source [dest] - downloads source from server to local repository, to dest - full file name.
                    - Option -R enables downloading whole directory tree. Allowed aliases: down, get
                    
 (c) 2017 Krzysztof Abram. 
 All right reserved.

ftp-client's People

Contributors

christopherabram avatar

Watchers

James Cloos avatar  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.