Questions tagged [pureftpd]

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. It doesn't provide useless bells and whistles, but focuses on efficiency and ease of use. It provides simple answers to common needs, plus unique useful features for personal users as well as hosting providers.

Pure-FTPd provides MySql, PostgreSQL, LDAP, and custom authentication. It can also run a script after an upload completes.

Pure-FTPd will compile and run on Linux, OpenBSD, NetBSD, DragonflyBSD FreeBSD, Solaris, Tru64, Darwin, Irix, HPUX, AIX and iPhone.

More information about Pure-FTPd can be found here http://www.pureftpd.org/

38 questions
0
votes
1 answer

pure-ftpd not visible in yast FTP service

I am using SLES 12, and under the yast-> Network Services-> FTP Server-> Selected Service I have two options: (x)vsftpd ( )pure-ftpd Both are not editable, so I have installed pure-ftpd from sources. But even installation of pure-ftpd I am…
meso_2600
  • 1,940
  • 5
  • 25
  • 50
0
votes
1 answer

MySQL FTP solution with decent password hashing support?

We're looking for a FTP solution with native support for a decent hashing algo, (bcrypt or such). Solutions such as vsftpd, proftpd and pureftpd all support basic crypt(), md5, and password() functions. However we're wondering if there may be a…
Jone Does
  • 125
  • 1
  • 10
0
votes
0 answers

pureftpd-mysql don't start

I followed this tutorial to install pureftpd-mysql but I can't login with the example user or any other user. here the output from netstat -tnlp [05:48 PM]-[vagrant@local]-[~] $ sudo netstat -tnlp Active Internet connections (only servers) Proto…
Evolutio
  • 976
  • 17
  • 37
0
votes
1 answer

Permissions - Apache and Pure-FTPd - How to set?

I have a big doubt how to setup Apache and Pure-FTPd. I don't know how set folder permissions and secure users to not access other folders outsite their home directory. My scenario: Apache running defaults (group apache, user apache) Pure-FTPd…
Arvy
  • 1,072
  • 2
  • 16
  • 29
0
votes
2 answers

PureFTPD Kloxo Error

I am trying to run kloxo on a OpenVZ VPS. Kloxo is supposed to use PureFTPD for the FTP Server. When I attempt to connect from localhost, or remotely using filezilla or even net2ftp on a proxy, I get the same result... [root@srv1 /]# ftp…
Justin E
  • 1,252
  • 16
  • 30
-1
votes
1 answer

Don't have access to Pureftp using Unix credentials

I've been struggling with PureFTP on my Orange Pi Zero (Armbian 5.38, ubuntu), I don't know what should I do to enter with system credentials, I have "no" on PAMAuthentication and "yes" on UnixAuthentication, I dont know why it takes me as…
M. Mariscal
  • 1,226
  • 3
  • 17
  • 46
-1
votes
1 answer

In FTP protocol, how do I know when a file upload is really done?

I get STOR (store) commands and APPE (append) commands. The STOR might upload a complete file. But it might be just part of a file, the rest comes later with multiple APPE commands. How do I know when a file is really 100% uploaded?
Andrew Arrow
  • 4,248
  • 9
  • 53
  • 80
-2
votes
1 answer

Problems with FTP uploads, files with acents

I am having problems with file uploads using pure-ftpd linux. The files with acents, like Trovão.mp3 are renamed to Trovão.mp3 on upload. How to prevent this?
Insert
  • 17
  • 2
1 2
3