Questions tagged [pure-ftpd]
14 questions
4
votes
1 answer
Cannot log in using Pure-FTPd
I have installed Pure-FTPd on my MacOS Catalina using brew and started it using brew services start pure-ftpd. The configuration in /usr/local/etc/pure-ftpd.conf sets NoAnonymous to be no and MinUID to be 100. I have created a virtual user that is…
stan25
- 141
2
votes
1 answer
Pure-FTPD : How to make anonymous/ftp user allowed to rename and delete file?
I have some kind of problem. I'm setting up hobby local ftp server in trusted network. I want to allow anon/ftp user to able to delete and rename file, but after many attempt tinkering with /etc/pure-ftpd/pure-ftpd.conf, yield no result. I'm on…
Benyamin Limanto
- 133
2
votes
1 answer
FTP clients (any) will hang on MLSD with passive mode in macOS Big Sur 11.4 and 11.5
Recently I noticed strange issue with macOS Big Sur 11.4 and 11.5 (Mac M1) where all FTP clients no matter which I use it will end up in same issue. (CyberDuck, FileZilla or just plain old MC). Issue was reported to my by other user on different…
2
votes
1 answer
How to run an FTP server on macOS?
I tried to run an FTP server on my MacBook running High Sierra (Version 10.14.16)
But I couldn't. My steps are:
Setup FTP server on local by running pure-ftpd:
brew install pure-ftpd
brew services start pure-ftpd
sudo…
user3025456
- 21
1
vote
1 answer
Getting ECONNREFUSED after certificate prompt when connecting to Pure-FTPd via TLS, plain FTP works
I have setup a new FTP server using Pure-FTPd and Ubuntu 20.04. I can connect to my server without a problem when I'm not activating TLS.
First I created a self-signed certificate with the following command:
openssl req -x509 -nodes -newkey rsa:2048…
Manuel
- 13
1
vote
0 answers
Pureftpd can't list directories with big number of files
Pureftpd is running as:
/usr/sbin/pure-ftpd-mysql-virtualchroot -l mysql:/etc/pure-ftpd/db/mysql.conf -l pam -P 1.2.3.4 -u 1000 -O clf:/var/log/pure-ftpd/transfer.log -Y 1 -E -D -8 UTF-8 -L 1000000:15 -p 31000:31059 -J HIGH -A -H -b -d…
Marek Štefanka
- 11
- 1
1
vote
1 answer
How to run ./configure command on macOS?
I want to install Pure-FTPd on my Mac running with 10.14.6 (18G1012) using this manual https://download.pureftpd.org/pub/pure-ftpd/doc/README.MacOS-X
When opening the Terminal app and tying ./configure --with-pam I get -bash: ./configure: No such…
David
- 113
1
vote
1 answer
Pure-Ftpd-Mysql : Unable to connect with passive FTP
It seems that I have a configuration problem and I need help.
I've a webserver, under Debian Jessie with pure-ftpd-mysql installed (and updated).
I can connect to the server via FTP when it's in active mode, but when I ask to pass on passive mode,…
Thibault Henry
- 113
1
vote
1 answer
Fail2ban (0.9.6-2) with pure-ftpd (1.0.46)
I'm using pureftpd and fail2ban but is not working. It seems is able to read the log but the fail2ban.filter event is not triggered. I investigated a lot about all the possible problems and I already did a lot of checks but I don't know why this is…
OscarAkaElvis
- 615
0
votes
0 answers
Pure-ftpd set up for TLS "AUth command unsupported"
I enabled TLS on pure-ftpd as per instructions. Created DH file, installed certificates, increased the logging level.
Now, when connecting from filezilla, I receive a hello stating that TLS is enabled/supported, but then it says that "AUTH TLS"…
May11
- 1
0
votes
1 answer
FTP client logged out immediately after logging in. Pure-ftp/Cpanel/WHM
I'm trying to enable ftp on a cpanel/whm server but users are having trouble logging in. Ports are open and I can see connections are reaching the server because they are logged. However the clients show a timeout and the logs just say that the user…
Tom
- 111
0
votes
0 answers
FTP external connection on pureftp server - fails to retrieve directory
the context is I have a Chinese ipcamera which needs to send security footage on a remote ftp server.
I have configured a pure-ftpd server which works correctly on LAN. I have defined a PassivePortRange and set ufw rules and opened the corresponding…
0
votes
0 answers
How to change the FTP Directory Format in response to a NLIST (AT+NLST) instruction
I hope someone can help. This is an FTP IOT related question. We are moving a IOT management portal from a web server to a VPS. The VPS is all setup and working but we are getting an incorrect FTP Native response to a PHP NLIST command: …
0
votes
1 answer
Pure-FPTD-Mysql TLS SFTP : permission denied
I've a working FTP service on my server, connected to a MySQL database to manage my users, using pure-ftpd-mysql.
I try to enable the FTP users to use SFTP. The FTP login works fine, but the SFTP login always answer : Permission denied, please try…
Thibault Henry
- 113