Questions tagged [proftpd]

ProFTPD: Apache-like FTP server for Unix systems

ProFTPD is a mature FTP server for Unix. It has a module design and configuration file syntax that is deliberately similar to Apache. Through its modules, ProFTPD supports FTPS, SFTP, SCP, as well as authenticating using SQL databases, LDAP directories, RADIUS servers, and more.

203 questions
0
votes
1 answer

ProFTPD + Debian : list files 19 max

Overnight my ProFTPD server has decided to not list the contents of a folder that has more than 19 files. I have tried creating more than one folder with exactly the same rights, if the folder has 19 or less files then LIST command works fine. If…
0
votes
1 answer

How to disable plain FTP with proftp and xinetd?

I'm using CentOS release 6.4 on a VPS. Its runs proftp with xinetd I've found configuration files at /etc/proftpd.conf /etc/xinetd.conf /etc/xinetd.d/ftp_psa I want to disable plain FTP, but need to keep FTPS. So a ftp client tries to start a…
inckka
  • 201
  • 1
  • 10
0
votes
1 answer

ProFTPD. Can upload only in root directory, but it is failed when upload in subdirectories

I can retrieve files but cannot edit and upload. However, I can upload files and directories to root directory. Here I found a solution, but I have UIDs and GUIDs that match linux users. proftpd cannot upload (550 error) Here the site which helped…
J Key
  • 1
0
votes
2 answers

Proftpd with TLS not working on CentOS

Since last month update, Proftpd with TLS not working anymore on Centos 5.11 and Centos 6.7. While trying to connect with FileZilla client, it gets stuck at "Initializing TLS..." Installed Openssl and proftpd version on CentOS…
Minhaj
  • 177
  • 4
  • 14
0
votes
1 answer

proftpd: mod_sftp connection timeout

I'm using an SFTP Server based on proftpd's mod_sftp. The only problem is, that I haven't found a way to keep idle connections for longer then a few minutes. Our users request idle times for up to a whole day. I have played arround with the option…
itshorty
  • 103
  • 1
  • 3
0
votes
0 answers

ProFTPD disconnect device

we are running a ProFTPd Version 1.34 on Debian Linux 7 Server. We have no problems to reach the FTP Server via Filezilla or even via Browser on mobile phones. But we have about 80 devices, that have to connect via ftp to upload data. It worked all…
0
votes
1 answer

Permissions denied for proftpd virtual users

I installed Proftpd Administrator GUI to make it easier to manage my FTP users. The problem I have is that I have to set the directory permissions to 777 to allow the virtual users saved in the mysql database to edit and save the files. If I change…
Alex
  • 3
  • 1
  • 2
0
votes
3 answers

ProFTPD and firewall configuration for PassivePorts

I use ProFTPD on my server, and when I try to connect to my server with FileZilla or WinSCP, I have this error : Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing My firewall configuration is…
Axel Briche
  • 101
  • 1
  • 2
0
votes
2 answers

Jailing user in a custom directory upon login

I have 3 users in my system: user1 user2 user3 I have installed proftpd on ubuntu 14.04. Using DefaultRoot directive i can jail users in a specific directory, e.g. /home/%u/test But what if i need to set dir /srv/www/domain.com for just one user,…
Alexander Kim
  • 597
  • 3
  • 8
  • 21
0
votes
0 answers

ProFTPD - User can't create directory when in a chroot jail

I've got a CentOS release 6.5 with Webmin and configured ProFTPd 1.34. I've put my users in a chroot jail. When they logon they are chrooted to their own home directory. But there is a problem when users want to create a directory using FTP. When…
0
votes
1 answer

Proftpd - Disable AllowFilter on sub-folders

I'm trying to set up my ftp server properly, but I have a problem with the AllowFilter. The Description: I want to restrict all commands by default and only allow a few. That works. However. As you can see in my config I want to restrict all…
Steven
  • 101
  • 5
0
votes
0 answers

Extremely weird proftpd behavior

I have configured proftpd + mysql and it is working Its working perfectly despite the overcomplicated queries. However when I enable DefaultRoot ~ It stops working and somehow reverts to some standard query, AFTER authenticating the user…
n00b32
  • 199
  • 10
0
votes
2 answers

How to deny upload in proftpd

I have the directory: /home/ftp/download. I would like to allow only downloading from this directory i proftpd. I used the following config but it doesn't work: DenyAll
Oualid
  • 163
  • 3
  • 6
0
votes
1 answer

Forcing 644 Permissions on Files with ProFTPd

We have an Ubuntu 12.04 server set up with ProFTPd for users to upload files. Each user has their own account and are jailed to their directory. Normally, everything works fine, they get 644 permissions on created/uploaded files, and 755 permissions…
BT643
  • 551
  • 3
  • 9
  • 21
0
votes
2 answers

ProFTP on MacPorts: Connection refused

I have a MacPorts installed ProFTPD daemon installed. It worked like a charm for a year. Now it does not work at all anymore. All I get is Connection refused ftp localhost Trying ::1... ftp: Can't connect to `::1': Connection refused Trying…
rhand
  • 264
  • 2
  • 5
  • 23