SMEServer Koozali developed git repo for smeserver-proftpd base
Go to file
Jean-Philippe Pialasse 4be10f2b17 * Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme
- disable anonymous by default [SME: 931]
- add passive port [SME: 12454]
- TLSv1.3 filtered out as not supported by 1.3.6 branch [SME: 12925]
- fix wrong group defined for ibays [SME: 7914]
- drop runit for full systemd service unit [SME: 12874]
2025-02-16 02:09:38 -05:00
additional initial commit of file from CVS for e-smith-proftpd on Wed 12 Jul 09:05:44 BST 2023 2023-07-12 09:05:44 +01:00
root * Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme 2025-02-16 02:09:38 -05:00
.gitignore Add *.bak to .gitignore 2024-11-12 19:21:12 +00:00
createlinks * Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme 2025-02-16 02:09:38 -05:00
LICENSE Set license file to GPL2.0 2024-04-04 11:23:21 +01:00
Makefile rename-e-smith-pkg script (#12359) 2024-03-11 10:10:19 +11:00
README.md * Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme 2025-02-16 02:09:38 -05:00
smeserver-proftpd.spec * Sat Feb 15 2025 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-7.sme 2025-02-16 02:09:38 -05:00

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;