GithubHelp home page GithubHelp logo

felsocim / cftp Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 60 KB

Simple FTP command line client for browsing and downloading files from FTP servers

License: MIT License

C 51.88% Makefile 3.43% Lex 4.38% Yacc 40.30%
ftp-client simple

cftp's Introduction

cFTP : Simple FTP client

Simple command line File Transfer Protocol (FTP) client for browsing and downloading files from FTP servers.

About

This application was developed as assignment for our exam of networks at the University of Strasbourg. As we had only two hours to code the whole project we resumed our work on this project several months after in order to get it into a more presentable and complete shape. Enjoy :-)!

Build

It's very straightforward! Just use the following command:

make

Usage

cFTP is an interactive application. Once you've launched it using ./bin/client (from the repository's root and without any argument), you can start to type desired commands. You can get their complete listing and description by taping help in the application's prompt or see the lines below:

  • open IPADDR: Opens new connection to the FTP server identified by the IPv4 address IPADDR.

  • close: Closes currently opened connection.

  • help: Shows this help message.

  • exit: Closes currently opened connection and quits the application.

  • list "PATH": Gets listing of the directory under the path PATH.

  • delete "PATH": Deletes the file under the path PATH from the server without any confirmation.

  • dir: Gets path of the current working directory on the server.

  • goto "PATH": Navigates to the path PATH on the server.

  • get "PATH": Retrieves the file under the path PATH from the server onto local computer.

  • passive: Enters passive FTP mode.

  • active: Enters active FTP mode.

  • debug on|off: Shows/hides debugging informations on/from the standard output.

Authors

Marek Felsoci and Aurélien Rausch. For more information, see the AUTHORS file in this repostiory.

License

This application is licensed under the terms of the MIT licence. For further information and complete license text see the LICENSE file in this repository.

cftp's People

Stargazers

 avatar

Watchers

James Cloos avatar Marek Felšöci 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.