Git Product home page Git Product logo

easyftpd's Introduction

======= Note =======
====================

easyftpd is not actively maintained.
It was exported from Google code on 2015-03-15
I think it should still work fine, but I haven't touched this code in 7 years or so.

=== Installation ===
====================
  
Install easyFTPD by running the following as superuser

python setup.py install


=== Running easyFTPD ===
========================

easyFTPD can both be used by a super-user as a "regular" ftp-server on port 21, or by a non-super-user on non-privileged ports. By default easyFTPD is configured to run at port 21, but this can either be changed in the configuration file (/etc/easyftpd/config) or by starting the application using the -p option.

To run easyFTPD with the default settings, simply write

easyftpd

To change the settings, you can modify the config-file or pass optional arguments listed below.

== easyFTPD options ==
======================

-p PORTNO 	Port to run server at (Default: default-port in config-file)
-c FILEPATH 	Configuration file (Default: /etc/easyftpd/config)
-l DIRPATH 	Directory to use for logging (Default: /var/log/easyftpd)
-d 	Run in the background as a daemon
-s 	Silent mode. Disables logging
-h, --help 	Print available options

For an example, the following line starts easyFTPD as a background process on port 12345 without logging.

easyftpd -d -p 12345 -s

easyftpd's People

Contributors

buffis avatar

Watchers

 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.