Search Criteria
Package Details: pure-ftpd 1.0.52-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pure-ftpd.git (read-only, click to copy) |
---|---|
Package Base: | pure-ftpd |
Description: | A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use. |
Upstream URL: | https://www.pureftpd.org/ |
Licenses: | custom |
Conflicts: | pure-ftpd-db |
Submitter: | ilpianista |
Maintainer: | mrxx |
Last Packager: | mrxx |
Votes: | 53 |
Popularity: | 0.000002 |
First Submitted: | 2010-11-13 15:23 (UTC) |
Last Updated: | 2024-09-18 20:59 (UTC) |
Dependencies (3)
- libsodium (libsodium-gitAUR, libsodium-1.0.18AUR)
- mariadb-libs (mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-lts-libs)
- openssl (openssl-gitAUR, openssl-staticAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
canton7 commented on 2022-11-17 07:17 (UTC)
openssl was updated. You need to rebuild any AUR packages which depend on it, including this one.
harre commented on 2022-11-16 22:39 (UTC) (edited on 2022-11-16 22:41 (UTC) by harre)
I'm getting this error when the service starts up:
pure-ftpd[6065]: /usr/bin/pure-ftpd: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
It's starting working again if I add this package:
openssl-1.1
mrxx commented on 2020-11-23 12:39 (UTC)
Added libsodium dependency as suggested by canton7.
canton7 commented on 2020-11-21 12:31 (UTC)
Would it be worth adding libsodium as a dependency?
pure-ftpd only compiles with argon2 support for password hashing if it finds libsodium on the system, otherwise it falls back to older schemes.
This caught me out when restoring a pureftpd.passwd file from backup on a new machine (which had argon2 hashes in it, which a new installation of pure-ftpd didn't know how to handle).
gregbert commented on 2020-09-10 06:38 (UTC)
Hopefully helpful note for someone:
After running this for years, today I started getting authentication failures. I believe that the default setting from 'UnixAuthentication' was changed from Yes to No, as that was all I needed to change (to yes) In order get things working again for me.
mrxx commented on 2020-04-28 08:40 (UTC) (edited on 2020-04-28 08:43 (UTC) by mrxx)
The welcome.msg file is included as "FortunesFile" in pure-ftpd.conf and sent to the client at the beginning of the session:
nc servername 21
220-Welcome to the FTP server.
Some FTP clients (e.g. Filezilla) don't display the welcome message at all.
From the README: "--with-welcomemsg: read 'welcome.msg' files for compatibility with some other FTP servers.
This is a security flaw (anonymous users may upload 'welcome.msg' files to add random banners)."
joks commented on 2020-04-27 19:15 (UTC) (edited on 2020-04-27 19:15 (UTC) by joks)
hello. maybe i do something wrong but banner with welcome messages did not work for me when users log into ftp. i read on pure-ftpd home page that package must be compile with this flag: --with-welcomemsg in pkgbuild i see that you add file welcome.msg but flag --with-welcomemsg is missing.
mrxx commented on 2020-04-19 19:51 (UTC)
Added --with-pam and set arch to 'any' as suggested by bhyoo.
bhyoo commented on 2020-04-19 15:30 (UTC)
Hi, Thanks for your contribution.
Could you add --with-pam to the configure options? And please change arch to any. I have tested on armv6h and aarch64.
mrxx commented on 2019-05-23 11:17 (UTC)
Added virtualchroot as suggested by obones.
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »