Package Details: proftpd 2:1.3.8c-4

Git Clone URL: https://aur.archlinux.org/proftpd.git (read-only, click to copy)
Package Base: proftpd
Description: High-performance, scalable FTP SSL TLS and SFTP server
Upstream URL: http://www.proftpd.org/
Licenses: GPL
Submitter: xyproto
Maintainer: severach
Last Packager: severach
Votes: 59
Popularity: 0.34
First Submitted: 2013-05-16 15:03 (UTC)
Last Updated: 2024-12-26 20:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

drakkan commented on 2020-12-12 13:30 (UTC)

Hi, can you please add mod_digest?

--with-modules=mod_digest:mod_sftp:mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_tls_shmcache:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres:mod_facl:mod_dynmasq \

I modified the PKGBUILD as above and it is working fine, thank you

eomanis commented on 2020-07-28 16:46 (UTC)

There is a new release available, ProFTPD 1.3.7a.

Changing the PKGBUILD to pkgver=1.3.7a, md5sums=('4a9b8877b2e9b08d70e71ad56c19e2c9' seems to be sufficient to build it, and for me it runs without needing to change my proftpd.conf at all.

But it also seems that ProFTPD 1.3.7b is already in the making, so it might make sense to just wait for that one.

migrev commented on 2020-06-20 00:09 (UTC)

@eomanis: Done! :)

eomanis commented on 2020-06-19 13:21 (UTC)

Hi migrev,

could you add the mod_tls_shmcache module?

It just needs to be added to the --with-modules= list, maybe behind mod_tls because it is sort of an enhancement to mod_tls:

--with-modules=...:mod_tls:mod_tls_shmcache:... \

petronny commented on 2019-10-13 12:25 (UTC)

Hi, could you bump the epoch so that pacman can upgrade it normally?

holterdipolter commented on 2019-04-11 09:54 (UTC)

Maybe add support for armv7l and aarch64 CPUs. I had no issues compiling for both.

migrev commented on 2019-02-18 13:30 (UTC)

@mikefarmer01: Looks like it is working for me:

$ LANG=C wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6.tar.gz --2019-02-18 14:29:57-- ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6.tar.gz => 'proftpd-1.3.6.tar.gz.1' Resolving ftp.proftpd.org (ftp.proftpd.org)... 86.59.114.198 Connecting to ftp.proftpd.org (ftp.proftpd.org)|86.59.114.198|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /distrib/source ... done. ==> SIZE proftpd-1.3.6.tar.gz ... 20251898 ==> PASV ... done. ==> RETR proftpd-1.3.6.tar.gz ... done. Length: 20251898 (19M) (unauthoritative)

proftpd-1.3.6.tar.gz.1 100%[====================================================================================================================>] 19.31M 3.90MB/s in 10s

2019-02-18 14:30:08 (1.92 MB/s) - 'proftpd-1.3.6.tar.gz.1' saved [20251898]

bauermi86944 commented on 2019-02-18 12:44 (UTC)

First source link (ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.6.tar.gz) is down.

migrev commented on 2019-01-21 15:51 (UTC)

@eomanis: Done :)

eomanis commented on 2019-01-21 14:46 (UTC) (edited on 2019-01-21 14:48 (UTC) by eomanis)

@migrev: Yeah, thanks a bunch for the quick package fix and even more for mod_facl AND backporting the patches. You rock!

Uh, while I have your attention, could you also add mod_dynmasq? :-)

It is just a matter of appending it to the --with-modules= list:

--with-modules=...:mod_dynmasq \

Turns out you need it if your IP address changes each day and people want to access your FTP server over IPv4.

Without it, the server tells the clients to open PASV connections to invalid IPv4 addresses. The symptom is that the IPv4 clients can connect all right, but then listing directories or downloading files always fails, because that is when the PASV connections start.