smeserver-proftpd

SMEServer Koozali developed git repo for smeserver-proftpd smeserver

Wiki


https://wiki.koozali.org/ftp

Bugzilla

Show list of outstanding bugs: All
Confirmed
Unconfirmed
Need info
In progress
Resolved
Verified And a list of outstanding Legacy bugs: (e-smith-proftpd) here

Description

smeserver-Proftpd is an open source software package that allows users to easily set up an FTP server on their Linux or Unix-based system. It is a part of the smeserver software family, which consists of a number of professional tools for system administrators. The package provides a secure and reliable way to transfer files over the internet. It provides a wide range of features, such as virtual hosting, bandwidth throttling, file transfer logging, and support for stand-alone or inetd/xinetd operations. It is a powerful and versatile tool, and is ideal for those who want to manage and share files from their own web server.

Configuration

db show ftp

  • CipherSuite= $modSSL{CipherSuite} || $smeCiphers;
  • DisableAnonymous=yes (was no as default before SME11)
  • LoginAccess=private
  • TCPPorts=49200:49999
  • TCPPort=21
  • TLSEnable=on
  • TLSRequired=on
  • TLSVerifyClient=off
  • access=private
  • status=disabled

db accounts

  • ibay{'DisableAnonymous'}=no
  • ibay{'UserAccess'}
  • ibay{'PublicAccess'}= 'none';
  • user{ChrootDir'}|| $ftp{'ChrootDir'} || disabled;
Description
SMEServer Koozali developed git repo for smeserver-proftpd base
Readme GPL-2.0 182 KiB
Languages
Perl 80.1%
Makefile 19.9%