Giter Club home page Giter Club logo

lightftp's Introduction

LightFTP

  • Small x86-32/x64 Windows FTP Server

System Requirements

  • x86-32/x64 Windows Vista/7/8/8.1/10.
  • No admin rights required. FTP server must be allowed in firewall.

Configuration

Stored in fftp.cfg file, contain configuration section named ftpconfig and number of sections

describing users and their privileges.

ftpconfig section values:

  • port = unsigned integer, connection port number, allowed range 0..65535
  • maxusers = unsigned integer, maximum number of users allowed to connect
  • interface = quoted string, network interface to bind ftp server to, for all interfaces use "0.0.0.0"
  • logfilepath = quoted string, path to ftp log file, e.g. "C:\TEMP"

User section values:

  • pswd = string, user password, specify * as any password
  • accs = string, access right, see "Available user access rights"
  • root = quoted string, path to user home directory.

Available user access rights:

  • admin - read, write, append, delete, rename
  • banned - user not allowed to connect
  • readonly - browse and download
  • upload - creating new directories, store new files, append disabled
  • Note: any other access right is similar to banned.

Example of configuration file can be found in Compiled directory.

Build

  • LightFTP comes with full source code.
  • In order to build from source you need Microsoft Visual Studio 2013/2015 and later versions.

Authors

(c) 2007 - 2015 LightFTP Project

lightftp's People

Contributors

hfiref0x 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.