Questions tagged [pureftpd]
61 questions
1
vote
2 answers
How do you change a pure-ftpd virtual-users username/login?
I have pure-ftpd running on my server and I want to change just the username for some of my virtual-users. Is this possible?
I've looked in the documentation and the man page for pure-pw and it doesn't seem to be mentioned. I also tried Google but…

Ben
- 173
- 1
- 1
- 9
1
vote
1 answer
Pure FTP Server let's me download files from "Bind Mounted HTML" folder but will thrown 533 Error to STOR command when uploading Index.html
Yesterday I finished configuring a FTP Server using Pure-FTPd.
The method I am using is the "Virtual Users" method.
The commands below are basically what I executed it in order to make it work:
PureFTPd (Debian 10)
Instalar FTP usando o Pure-FTPd…

Raul Chiarella
- 216
- 1
- 4
- 17
1
vote
2 answers
How to improve login speed in Pure-FTPd
I'm using Pure-FTPd on Ubuntu 20.04.3 LTS machine (focal).
Packages are the following:
pure-ftpd-common/focal,now 1.0.49-4 all [installed,automatic]
pure-ftpd/focal,now 1.0.49-4 amd64 [installed]
I configured virtual users in PureDB and I disabled…

Niccolò Venturoli
- 11
- 1
1
vote
0 answers
Where is the Pure-Ftp configuration?
It looks so confusing to me.
After OVH fire I'm re-installing Pure-Ftp in a new fresh and fireproof Ubuntu 20.10 server.
I discover that this new version has a single config file in /etc/pure-ftpd/pure-ftp.conf.
In my previous version all…

Tobia
- 1,272
- 9
- 41
- 81
0
votes
1 answer
Port-forwarding iptables rule
I have not used iptables before aside from following pre-made instructions, so I am expecting that I've overlooked something basic!
I've applied the below rule, but when trying to look it up it is not listed and is not working as expected.
sudo…

Steve Seeger
- 119
- 1
- 5
0
votes
1 answer
PureFTPD: ERROR TLS renegociation
I set up a server which is working fine. No errors and all services are running well.
I am using ISPConfig 3.1, Ubuntu 18 and Pure-FTPD
When I create a new FTP-user, I have a problem logging in via FTPS.
I have a valid certificate
Pure-FTPD is set…

Blubbalo_Bill
- 1
- 2
0
votes
1 answer
Pure-FTP Server Connection Issues
I have a web server (CentOS Web Panel) running in an AWS EC2 Instance.
I am connecting a bespoke application to the server which connects using MySQL and FTP.
I am having issues connecting to the FTP server (PureFTP).
I can connect to the FTP Server…

bendataclear
- 133
- 5
0
votes
1 answer
pure-ftpd returns 550 Can't change directory to /: Permission denied
I have pure-ftpd running onn ubuntu 16.04.5 LTS and have trouble uploading files. The server connects, but I can not create any directory nor can I upload files. It apears to be a permission problem.
The server is configured with virtual users over…

merlin
- 2,093
- 11
- 39
- 78
0
votes
1 answer
Customize permissions for sftp under pureftpd
I have an Ubuntu Server 18.04.1 LTS running Pure-Ftpd (installed from ubuntu repos). I need to change file and directory permission to - respectively - 664 (default is 644) and 775 (this is default).
I have maded changes to…

Polak
- 1
- 3
0
votes
1 answer
How to debug why Pure FTPd cannot bind to an IP address?
I am building a Dockerised system that will create and tear down various server types in an HTTP API, for the purposes of integration testing. I am starting the project by experimenting how to create and run multiple FTP servers simultaneously.
I…

halfer
- 161
- 1
- 5
- 25
0
votes
1 answer
How to add multiple binding port to Pure-Ftpd
Can I add multiple Bind port to PureFtpD on Ubuntu machine?
I could change the binding port editing the /etc/pure-ftpd/Bind file. But I cannot understand how set an additional port. I tried to add a new line in Bind file but it doesn't work.

Tobia
- 1,272
- 9
- 41
- 81
0
votes
1 answer
Apache and Pure-FTP permission problems
I have create a small LAMP server with Apache 2.4 and PureFTP but i have configured the folder of user /home/user1/ with chmod permission username:username for pureftp in this case via filezille i can edit and upload file but apache can't read or…

user3477026
- 1
- 1
0
votes
2 answers
pure-ftpd-mysql and postfix stop working after mysql server update 5.5 to 5.7
I have debian 7.8 and using postfix, mysql with roundcube and pure-ftpd-mysql. All working perfectly with mysql Ver 14.14 Distrib 5.5.40 since 2014.
I try to update mysql to 5.7 in order to play with the new full index search mysql functionnality on…

Pierre-luc
- 1
- 1
0
votes
1 answer
FTPS fails when IP not whitelisted
Server Environment:
Ubuntu 16.04 running in Azure
Firewall allowing ports 64000-65000, also 21 and, just to be sure, 989-990
running pure-ftpd, config follows
in /etc/pure-ftpd/conf
ForcePassiveIP contains external IP
PassivePortRange contains 64000…

Bruce
- 21
- 4
0
votes
1 answer
pureftpd mysql auth working on one server but not others with same config
System:
Ubuntu 16.04
Percona Server (using Galera cluster)
pure-ftpd-mysql from the Ubuntu repositories
The pureftpd database is replicated to all five servers in the cluster and I have verified the replication is working and the tables are…