Questions tagged [pureftpd]
61 questions
0
votes
1 answer
Ports for FTP passive mode
I opened from firewall port 21 for FTP on Google Cloud Engine but I can only connect via active mod to FTP. I want to use passive mod too.
According to…

ahmetertem
- 123
- 1
- 7
0
votes
2 answers
Cannot increase maxclientsperip on pure-ftp running on Ubuntu
root@www:~# cat /etc/pure-ftpd/conf/MaxClientsNumber
100
root@www:~# cat /etc/pure-ftpd/conf/MaxClientsPerIP
50
Restarting ftp server: Running:
/usr/sbin/pure-ftpd -l extauth:/var/run/ftpd-auth.sock -l pam -y 150:0 -c 100 -C 50 -H -P 10.8.1.7 -u…

poopa
- 75
- 1
- 10
0
votes
1 answer
Run pureftp server as non-root user
I am running pureftp in docker container as non-root user file_app.
Here is the permission I assigned
chown -R file_app:file_app /etc/pure-ftpd
chown -R file_app:file_app /etc/ssl/private
chown -R file_app:file_app /var/log/pure-ftp
chown -R…

Mr.Wang from Next Door
- 535
- 1
- 10
- 18
0
votes
1 answer
PureFTPd : How to have user isolation?
I've installed pureFTPd, with a mysql database on a debian distribution. I used the following tutorial.
But now if I'm logging, I see that I'm in the /Data/www/MyUserDirectory. AND I can browse to /.
How can I avoid that the user user see any other…

J4N
- 167
- 1
- 2
- 8
0
votes
1 answer
Connection/port issues with pure-ftp
I setup pure-ftp on freebsd behind firewall. On pure-ftp setuped passsi mode ftp(rangle port 50400-50600) and firewall open port from 50400-50600 (include mode IN and out). But i try use ftp client connect but not connect. Nofinication error
status:…

hai
- 1
0
votes
1 answer
Limit FTP download total
I want to be able to limit an account to download a total of X GB, then suspend the account. I'm currently using pure-ftpd w/ mysql backend and can't figure out a way to handle this. Ratio seems session-based so it's useless. Logging is also…
Mickey Mouse
0
votes
1 answer
PureFTPD 1.0.50 with MariaDB fails to auth, possible reason wrong hash
I am using pure-ftpd with MariaDB to auth users. After upgrade to Debian 12 Bookworm it stopped working. Debian 12 includes new pure-ftpd 1.0.50, which has introduced the following change:
Support for MD5, SHA1 and the MySQL PASSWORD() function were…

oneee
- 1
- 1
0
votes
0 answers
Sporadic FTP connection timeouts when establishing a Control Connection with a Cloud-hosted FTP server
Our team has to host and maintain a publicly-visible FTP server for the needs of our application. It's currently hosted on a Google Compute Engine VM, and the FTP server software in use is Pure-FTPd. Also, we tried FileMage.
When accessing the…
0
votes
1 answer
How to receive files in Binary mode in PureFTP
I have created a new Linux server with Pure-FTPD as a FTP server
Whenever I transfer text files from a Windows PC using FileZilla to Pure ftp server running on Linux, the text file undergoes corruption or modification , which after some web search I…

IT Researcher143
- 9
- 3
0
votes
1 answer
PureFtpD to Proftp Password Conversion
I am planning to migrate users from pureftp to proftpd, i need a tool to perform password conversion
Mysql password format-
MYSQLCrypt md5
pureftp From:
9dd4e461268c8034f5c8564e155c67a6
Proftpd - To
$1$64eb18f6a8f793689ad1eb1136f43ccf

Rajesh Yidi
- 21
- 2
0
votes
1 answer
Pure-FTPd: randomly fails with restricted iptables INPUT
I've installed Pure-FTPd on a Debian 10 machine that runs iptables with de default DROP policy for the INPUT chain. The OUTPUT chain is set to ACCEPT.
Problem: if I try to connect an FTP client it only works sometimes. It seems to randomly be able…

TCB13
- 1,166
- 1
- 14
- 34
0
votes
0 answers
Not able to restart pure-ftp or create new ftp account
I had an ubuntu LAMP server setup that had ISPConfig.
I removed ISPConfig and now what I want to do is create a new ftp account for a new website I have setup on the server. My issue is if I do ftp localhost on the CLI Welcome to Pure-FTPd
I need…

Jayreis
- 145
- 15
0
votes
1 answer
SNI in pure-ftpd
I'm looking for SNI support in pure-ftpd. I found some documentation here: https://download.pureftpd.org/pub/pure-ftpd/doc/README.TLS
Please read section CUSTOM CERTIFICATE HANDLERS in the above link. It specifies the use of service pure-certd. But…

Dirty_Programmer
- 21
- 2
-1
votes
1 answer
Pure-FTPd login on cPanel server succeeds from some hosts, not others
I have a server running CentOS 7.4, cPanel, and Pure-FTPd 1.0.45. I can FTP to this server just fine from some hosts, but not from others.
It's not a firewall issue, as I can see the rejected login attempts in the log file. I've tried the broken…

Greg Schmidt
- 57
- 5
-1
votes
1 answer
Pure-ftpd-mysql permissions
Hello all!
I install pure-ftpd-mysql Debian 8 Linux
64bit
How to change permissions?
uid: 2001
gid: 2001
files in /www/www/directory/directory
how to allow change files? folder permission 755 and needed 777

LiveGaming
- 3
- 1