Questions tagged [pure-ftpd]

Pure-FTPd is a free FTP server daemon with a strong focus on security for Unix-like operating systems.

Pure-FTPd is a free server daemon with a strong focus on security for Unix-like operating systems, such as , , , , , , , , and . It has also been ported to .

Website: http://www.pureftpd.org/project/pure-ftpd

Wikipedia: http://en.wikipedia.org/wiki/Pure-FTPd

Similar

26 questions
20
votes
2 answers

ls command in ftp> not working!

I was practicing ftp but faced an issue: ls command isn't working on ftp> . Why? I checked on 2 remote servers but ls didn't work on either and gave different output when ls was executed. Please see below for the 2 remote boxes. The below shows my…
Ravi
  • 3,723
  • 13
  • 44
  • 66
4
votes
1 answer

Is there any FileZilla Server alternative (GUI based) in Linux?

I'm wondering is there any alternative to FileZilla server in Linux? I'm looking for a server with GUI manager which offers nearly zero configuration so I can run and manage FileZilla server within 5 min while PureFTPd needs at least 2 hrs and…
mbnoimi
  • 181
  • 2
  • 6
4
votes
1 answer

pureftpd - login authentication failed

I am on openSUSE 10.2, using pure-ftpd v1.0.21 I've added new virtual user, but I cannot connect (password is ok) Output of verbose log: Apr 10 17:10:35 hostzzz pure-ftpd: ([email protected]) [INFO] New connection from xxx.yyy.zzz.uuu Apr 10…
ts01
  • 411
  • 2
  • 5
  • 10
3
votes
1 answer

pure ftpd : how to set owner on files uploaded

I have a debian with pure ftpd installed with virtual users. I used the documentation for my setup so the local account of pure ftpd is ftpuser:ftpgroup When a user uploads a file, the file is owned by ftpuser:ftpgroup. I want the uploaded file to…
Jérémie
  • 133
  • 1
  • 4
2
votes
1 answer

ftp: in remote machine, file owner changes with the change in username used for logging in the remote machine

It was a wonder for me to see why the file owner changes when I log in the remote machine with different usernames. Please see: 1st I logged in a remote machine using username : peacenews. I entered a directory (pwd outputs / as the directory) When…
Ravi
  • 3,723
  • 13
  • 44
  • 66
2
votes
3 answers

Some FTP clients timing out on data connection to Pure-FTPd

I'm trying to connect to a server via FTP and I'm having some problems. Server is a CentOS with Pure-FTPd. My usual client is lftp which on this server gets stuck at "Making data connection". All google results about this suggest setting…
Matteo Riva
  • 105
  • 1
  • 9
2
votes
1 answer

Can't list big directories with pureftpd

I installed pureftpd on a VPS (ovh). I can list a small directory (by small I mean a directory with just some files) but if I try to list a big one containing maybe thousands of files, including directories I have a "Failed to retrieve directory…
Laurent
  • 121
  • 4
2
votes
1 answer

How to run pure-ftpd with port range as a service

I am running pure-ftpd on raspbian, I need to pass it parameters to specify the port range for data connections, I read the following page here pure-ftpd faq it mentions that I can run the process directly like below.. Example:…
Ahmed
  • 227
  • 2
  • 10
2
votes
2 answers

How to disable SSLv2 and SSLv3 in pure-ftpd

I am running pure-ftpd like this: /usr/sbin/pure-ftpd -A -c10 -B -C3 -z -D -e -fftp -H -I15 -lpam -L2000:8 -m4 -p30000:30100 -s -u40 -x -r -i -k99 -G -Z -Y1 -J'HIGH:MEDIUM:+TLSv1:!SSLv2:!SSLv3' but in syslog-ng monitoring I get an error: pure-ftpd:…
drpaneas
  • 2,222
  • 8
  • 25
  • 35
1
vote
1 answer

CentOS: How can I see pure-ftpd server response logs?

My ftp user face error like this: FTP 127 Response: 500 I won't open a connection to xxx.xxx.xxx.xxx (only to yyy.yyy.yyy.yyy) This is the response of my server which captured by Wireshark in a windows ftp client. I enabled the VerboseLog in…
VSB
  • 165
  • 1
  • 2
  • 8
1
vote
1 answer

Unable to install proftp or pureftp on centos 6 (typical instructions don't work)

I am having difficulty installing proftp or pureftp on centos 6. I have followed the typical instructions (alternatively) which go like this # Add EPL repository rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm #…
Olumide
  • 167
  • 8
1
vote
0 answers

Treat Symbolic Links as Folders in Nautilus FTP

I have a Pure-FTPd server running with the virtualchroot-enabled binary. When I connect to the server with FileZilla, FileZilla shows a link overlay for symbolic links that point to folders, but I can navigate to those folders successfully. However,…
palswim
  • 4,919
  • 6
  • 37
  • 53
1
vote
1 answer

Missing service file for pure-ftpd

Background I want to change some options of Pure-FTPD. Since it has no config file, I need to add command line arguments. My system is Debian Stretch, which uses systemd. What I tried There is no pure-ftpd.service file in /etc/systemd/* nor in…
Luc
  • 3,418
  • 3
  • 26
  • 37
1
vote
0 answers

CentOS server freezing daily

Host: CentOS release 6.8 (Final) Server is freezing on a daily basis, usually around 5am. I cannot login to the terminal, and the Apache websites are inaccessible. Terminal shows following screen: Last logs in /var/logs/messages. Could the issue be…
Ash
  • 125
  • 3
1
vote
0 answers

Centos 6 FTP problem

I have a VPS running CentOS 6. I've tried multiple FTP servers but the following problem keeps me stuck. I want all users to have FTP access to their own folder in /home, so I configured Pure-FTPd to chroot all users except the admin account. This…
Arvin
  • 11
  • 1
1
2