Questions tagged [pureftpd]

62 questions
2
votes
7 answers

Authentication failed of pure-ftpd

I installed pure-ftpd on Ubuntu 8.04 using aptitude install pure-ftpd What's the step to add users? I'm new to pure-ftpd and PAM authentication, but I followed pure-ftpd documentation to do pure-pw useradd then restarted pure-ftpd but no dice. It…
Wayne
  • 428
  • 4
  • 7
  • 15
1
vote
0 answers

How to get logging to work in PureFTPd in an Alpine Docker container?

I am building upon gists/pure-ftpd to create FTP server instances in a Docker container. Here is my server start command, which I am hacking on: # Args explained at http://debianhelp.co.uk/pureftp.htm # # -P -Force the specified IP address in reply…
halfer
  • 233
  • 1
  • 5
  • 21
1
vote
0 answers

Pure ftpd not found in netstat

I have a problem with pureftpd. It stoped suddnly. i run this command netstat -tap | grep ftp but didn't get any output. I run this command nmap my ip and got just http, https and ssh ports listed. It seems pur ftpd not working. In…
1
vote
4 answers

Pure-ftpd-mysql won't start after updating MariaDb to 10.2

I updated Mariadb from 10.0 to 10.2, and now pure-ftpd-mysql won't restart: service pure-ftpd-mysql restart outputs: Job for pure-ftpd-mysql.service failed. See 'systemctl status pure-ftpd-mysql.service' and 'journalctl -xn' for…
spacebiker
  • 358
  • 4
  • 14
1
vote
0 answers

Change pureftpd mysql users default permissions

I would like to know how is it possible to change default permissions for MySQL Pureftpd users. I want to do that because I would like that my users can access a directory that belong to an other unix user without having the permission to write in…
KaAzZ
  • 33
  • 1
  • 7
1
vote
1 answer

Pure-ftpd with MySQL - Crypt() not logging me in with hashed passwords

I am using pure-ftpd with mysql to auth users. Here is my mysql.conf MYSQLServer localhost MYSQLPort 3306 MYSQLSocket /var/run/mysqld/mysqld.sock MYSQLUser user MYSQLPassword pwd MYSQLDatabase my_db MYSQLCrypt …
1
vote
1 answer

Pure-ftp SSL Certificate: Key values mismatch

I have received a new SSL certificate from GoDaddy and the old one was from Comodo. Contents of /etc/ssl/private/pure-ftpd.pem are as follows: -----BEGIN PRIVATE KEY----- PRIVATE KEY USED TO CREATE THE CSR -----END PRIVATE KEY----- …
Jeff Hines
  • 113
  • 6
1
vote
1 answer

If I restart xinetd service , does it impact the currently active FTP connections?

In my Linux system FTP server is running from xinetd . I want to make a configuration change inside the /etc/xinetd.d/ directory for the FTP server launch , with respect to the arguments passed to the FTP server . So for this change do I have to…
Mathews Jose
  • 151
  • 2
  • 9
1
vote
0 answers

How to reset the .ftpquota counter on a per user basis for pure-ftpd server

I am trying to reset the counter values to 0 in .ftpquota file for all ftp users on a daily basis in pure-ftpd server . From manual page I got that we can set the quota limits using the "-n" option in pure-ftpd server . But I could not find how to…
Mathews Jose
  • 151
  • 2
  • 9
1
vote
3 answers

pure-ftpd home directory

After installing pure-ftpd and adding a user using the command: pure-pw useradd -u -d /var/www/domain -f /var/pure-ftpd/pureftpd.passwd pure-ftp asks me for a new password for the user. However, after logging in the user via ftp I can…
David
  • 145
  • 1
  • 1
  • 7
1
vote
1 answer

pureftpd auth using crypt sha512

I've installed pure-ftpd-mysql and it works fine with md5 password hashing. This isn't very secure, so I'd like to use crypt with salted sha512, the way I'm using in dovecot. How to set up this in pure-ftpd? Creating new user with sha512…
Sfisioza
  • 592
  • 2
  • 7
  • 18
1
vote
0 answers

Pure-ftpd 0 bytes Upload

hopefully someone will be able to shed some light on this one. We currently have a Pure-ftpd service installed on a RHEL6.5 server accepting connection from a client who drops files ever X hours. Then, on random days, approx around 04h00 in the…
Lunix
  • 11
  • 2
1
vote
1 answer

pure-ftpd auth blocked by SELinux

First, my setup. I'm using CentOS 6.4 and I installed pure-ftpd (plus the SELinux module) from the EPEL repositories : > rpm -q pure-ftpd pure-ftpd-selinux pure-ftpd-1.0.30-1.el6.x86_64 pure-ftpd-selinux-1.0.30-1.el6.x86_64 After struggling with…
1
vote
1 answer

pure-ftpd symlink not working

I've got a setup where pure-ftpd is allowing symlink. what works /var/www/some_website/symlink_to_logs works and resolves to /var/log/some_website_logs/ (this is to show that symlinks are allowed and resolved). Also, creating symlinks to other…
Bogdan
  • 113
  • 5
1
vote
2 answers

PureFTPd is using ports above 50000 even with PassivePortRange specified

I have installed the pure-ftpd package with PureFTP 1.0.24 on Ubuntu 10.04 using apt-get. Even though, this is the default port range, I've added the file /etc/pure-ftpd/conf/PassivePortRange containing: 30000 50000 This does add the correct option…
mltsy
  • 292
  • 2
  • 9