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.

204 questions
3
votes
2 answers

ProFTPD: The meaning of the "TLS Verify Client" and "NoCertRequest" in the TLS configuration

I know that per default FTP is insecure, because it is not encrypted. To avoid this insecure behavior of FTP, I want to set up a TLS encryption in my ProFTPD. Pursuant to this tutorial here:…
Wubi
  • 83
  • 9
3
votes
1 answer

ProFTPD IP masquerade just some ways

I am trying to setup a FTP server using ProFTPD on Xubuntu 15.10. Users will connect to this server in two ways: internally (using an internal IPv4 address) externally (using domain name pointed to NATed IPv4 and global IPv6) On top of that, I…
Vilican
  • 149
  • 1
  • 19
3
votes
1 answer

CentOS takes 10 seconds to start anything

I've got CentOS 6 with Apache, Sendmail and Proftpd installed. When I try to start anything on it, I mean anything, it takes 10 seconds. Sendmail? It takes 10 seconds to send something through PHP's mail(). Proftpd? It takes 10 seconds to get past…
3
votes
0 answers

Getting FTP return code 450 for GET but not for MGET command

I have an FTP-server (ProFTPD 1.3.4b) on Linux and an FTPS client (MOVEit Freely 4.5.1.2 - Secure FTP Client) on Windows. I connect like this 220 ProFTPD 1.3.4b Server (FTP with TLS) [1.2.3.4] 234 AUTH TLS successful Connected to my.ftp.server 232…
alk
  • 153
  • 1
  • 10
3
votes
1 answer

Start a program with systemd

I'm trying to install the latest version of ProFTPd (1.3.5) onto a CentOS 7 box, and wound up having to configure and install manually. The reason is that EPEL's version of proftpd doesn't include mod_sftp (although it does include mod_tls). This is…
David W
  • 3,405
  • 5
  • 34
  • 61
3
votes
1 answer

Configuring proftpd user access for /var/www/ in centos

I'm having trouble configuring proftpd to allow a system user access to /var/www/ on a centos box. proftpd.conf ServerName "ProFTPD server" ServerIdent on "FTP Server ready." ServerAdmin …
Sean Kimball
  • 877
  • 1
  • 8
  • 23
3
votes
2 answers

Proftpd TLSRequired resulting in "550 SSL/TLS required on the data channel" error

When setting TLSRequired to on instead of off in my proftp tls.conf, I always get a 550 SSL/TLS required on the data channel error when trying to connect. I tried it out with both filezilla and winscp and proftpd versions 1.3.3a and 1.3.4a This is…
Zulakis
  • 4,191
  • 14
  • 44
  • 75
3
votes
1 answer

ProFTPd MySQL query %u resolves to proftpd, not username

I am trying to use ProFTPd's MySQL configuration to set up FTP login to my server. I have a SQLNamedQuery that is used to get the user info from the database (see Setting up ProFTPd with default home directory based on username), and as part of the…
Ashley Strout
  • 218
  • 1
  • 13
3
votes
2 answers

ProFTPd: Multiple Domain VirtualHosts on one IP address

I have a webserver that we are giving a consultant FTP access to. For one domain hosted on that server he needs access to a "dev" directory and for a different domain hosted on that server he needs access to a different directory. I am trying to set…
Jason
  • 251
  • 4
  • 7
3
votes
1 answer

Sometime ProFTPD session closed immediately after Login successful

The version that I'm using: ProFTPD Version: 1.3.3c (maint) Scoreboard Version: 01040003 Built: Wed Dec 1 2010 16:41:40 ICT Loaded modules: mod_cap/1.0 mod_ldap/2.8.22 mod_auth_pam/1.1 mod_ident/1.0 mod_facts/0.1 mod_delay/0.6 …
quanta
  • 50,327
  • 19
  • 152
  • 213
3
votes
1 answer

set only one ip can access ftp services

how to allow only one ip using the ftpd services in hosts.allow? and deny all ip using the ftpd server in hosts.deny? Or there is another way to allow only one IP can access proftpd i'm using proftpd here is the conf file # This is the ProFTPD…
hkguile
  • 398
  • 1
  • 11
  • 22
3
votes
1 answer

ProFTPd, MySQL, virtual users and permissions

I want to control my ProFTPd authentication by a MySQL database. Users will be able to change the username and password of their FTP account(s) in a PHP web application. This provokes a following problem: The users set in the database usertable do…
ffraenz
  • 133
  • 1
  • 6
3
votes
3 answers

Using proftpd how do I disable regular ftp but leave sftp running

We have a Debian Linux box with proftpd, we have both FTP and SFTP running, but we would like to disable regular FTP and just leave the SFTP running Is there some way to do this?
Tim
  • 161
  • 2
  • 3
  • 8
3
votes
3 answers

Log parser for ftp server

Can anyone suggest good log reporting software for Proftpd? I am looking for something at least as good as http://xferlogdb.sourceforge.net where log is fed into the database and dynamic web pages are built to retrieve historical data and…
Sergei
  • 1,216
  • 16
  • 24
2
votes
1 answer

proftpd: Multiple certificates based on VirtualHost

I'm trying to setup the following environment: There is one single FTP Server (Debian 9, proftpd 1.3.6-4), reachable under 1.2.3.4. Two domains, which are pointing to that IP Address example1.com -> 1.2.3.4 example2.com -> 1.2.3.4 Each of these…
Vince
  • 153
  • 1
  • 7
1
2
3
13 14