Search Criteria
Package Details: pure-ftpd 1.0.50-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: | 51 |
Popularity: | 0.166806 |
First Submitted: | 2010-11-13 15:23 (UTC) |
Last Updated: | 2022-03-22 20:46 (UTC) |
Latest Comments
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.
obones commented on 2019-05-22 07:59 (UTC) (edited on 2019-05-22 07:59 (UTC) by obones)
Hello,
Thank you for this package, it works just fine.
Could you also add --with-virtualchroot to the configure options?
This would allow using symbolic links inside "chrooted" folders as they are easier to maintain than mount points.
See section "* Shared directories and chroot" in this file for more details: https://download.pureftpd.org/pub/pure-ftpd/doc/FAQ
mrxx commented on 2019-04-06 14:46 (UTC)
Added bandwidth throttling as suggested by Zeikzeil.
Zeikzeil commented on 2019-04-06 13:56 (UTC)
Any chance you could add the '--with-throttling' switch?
sevenk commented on 2019-03-21 20:42 (UTC)
How can I build against mariadb-libs as they provide no libmysqlclient.so.18?
mrxx commented on 2019-01-28 12:13 (UTC)
kleph, thanks a lot for your contribution.
TLS 1.3 Patch included.
kleph commented on 2019-01-28 00:07 (UTC) (edited on 2019-01-29 19:27 (UTC) by kleph)
For those having troubles with TLS 1.3 clients, there's a patch available here : https://github.com/jedisct1/pure-ftpd/commit/4a495c61ce22c893aed5ee57f6ce0b43c3be59ad
It was written after the 1.0.47 release, so it's not included in it. I tested it successfully on pure-ftpd 1.0.47 with filezilla and lftp clients.
Symptoms: pure-ftpd[21001]: (?@IP) [INFO] New connection from pure-ftpd[21001]: (?@IP) [ERROR] TLS renegociation
lftp reports a "gnutls_record_recv error" and disconnects.
simona commented on 2019-01-25 22:42 (UTC)
Done now... and started service pure-ftpd ... ok solved. thanks for your big patience. :-))))
mrxx commented on 2019-01-25 21:02 (UTC)
Did you also reinstall pure-ftpd after updating your system ?
I think its better to post your problem to the 'AUR Issues' forum if it still persists.
simona commented on 2019-01-25 19:11 (UTC)
done "sudo pacman -Syyu". nothing new done. and none change. i think I should put it manually.
mrxx commented on 2019-01-25 12:18 (UTC)
simona, do: pacman -Syyu (yes, double yy). This should restore the missing symlink.
simona commented on 2019-01-25 10:42 (UTC)
can be... can I add libmysqlclient.so.18 manually? do you know where i can find it?
mrxx commented on 2019-01-23 10:55 (UTC)
simona, I cannot reproduce this. After installing pure-ftpd both on production machines and a fresh arch install, it runs without problems everywhere.
Did you install some packages with -S instead of -Sy recently? This can cause problems like that.
simona commented on 2019-01-23 10:04 (UTC)
/usr/bin/pure-ftpd: error while loading shared libraries: libmysqlclient.so.18: cannot open sh
mrxx commented on 2017-11-05 00:00 (UTC)
mrxx commented on 2017-11-04 16:29 (UTC)
kitus commented on 2017-11-03 01:18 (UTC) (edited on 2017-11-03 02:09 (UTC) by kitus)
mrxx commented on 2015-11-23 16:38 (UTC)
spapanik21 commented on 2015-11-20 16:46 (UTC)
mrxx commented on 2015-10-08 02:55 (UTC)
kleph commented on 2015-10-08 01:14 (UTC)
kleph commented on 2015-10-08 01:07 (UTC)
mrxx commented on 2015-10-07 02:20 (UTC)
kleph commented on 2015-10-06 22:05 (UTC)
mrxx commented on 2015-07-12 19:57 (UTC)
akorop commented on 2015-03-02 07:14 (UTC)
commented on 2015-01-29 11:39 (UTC)
mezcal commented on 2013-06-05 07:28 (UTC)
notme commented on 2013-06-04 18:22 (UTC)
abbradar commented on 2013-06-03 19:49 (UTC)
mezcal commented on 2013-04-29 07:39 (UTC)
alexandernst commented on 2013-03-22 14:36 (UTC)
abbradar commented on 2012-11-18 15:21 (UTC)
commented on 2012-09-12 14:30 (UTC)
nikin commented on 2012-07-09 14:37 (UTC)
mezcal commented on 2012-06-29 11:51 (UTC)
neolith2099 commented on 2012-06-25 14:59 (UTC)
commented on 2011-04-21 12:23 (UTC)
commented on 2011-04-21 12:16 (UTC)
commented on 2010-12-02 09:35 (UTC)