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
1
vote
1 answer

Virtualmin and ProFTPd - cannot connect/browse FTP

I am using Virtualmin 3.99 with Pro FTP 1.33 on Centos 6.4. I have added a virtual server but cannot connect to the home directory via FTP. I have checked the user setup and it is set for FTP and SSH and ProFTP is running. I can connect fine via…
bhttoan
  • 650
  • 3
  • 15
  • 27
1
vote
1 answer

Why does ProFTPd stop at Entering Passive Mode on Debian on a Windows Virtualbox?

I have installed Debian Squeeze on a Windows computer with Oracle Virtualbox. Then I've port forwarded port 21 on the NAT adapter. In Debian I've run: apt-get install proftpd Then I uncommented the PassivePorts so I have the ports 49152 to 49155…
1
vote
2 answers

proftpd - TLS connection hangs authenticating

I setup a proftpd server that uses TLS/SSL certificate for authentication. Everything works well when I connect through lftp or Filezilla (with explicit connection). But once I attempt connecting with simple ftp connection from Filezilla, the USER…
greydet
  • 171
  • 7
1
vote
1 answer

How do i deal with proftpd message "error setting IPV6_V6ONLY: Protocol not available" in auth.log?

I get lots of errormessages in my /var/log/auth.log in this form: myserver.de (::ffff:11.22.33.44[::ffff:11.22.33.44]) - error setting IPV6_V6ONLY: Protocol not available How should I deal with these? Should I enable IPV6 somewhere? or should I…
rubo77
  • 2,469
  • 4
  • 34
  • 66
1
vote
1 answer

ProFTPD server - multiple ports, same IP address

I am having problems with ProFTPD server, because I am not able to set it to work correctly when multiple ports are active (IP address is the same). In my proftpd.conf file, I have added this section: Port …
a.ilic
  • 111
  • 1
  • 2
1
vote
2 answers

How to Jail certain users in ProFTPD on Unix (Mac OSX)

I have ProFTPD set up so that I can remotely upload new php files and suchlike to my htdocs on my server. That's all fine, but I would like to jail the 'nobody' (No write, Read/Download only) user into a subdirectory (htdocs/ftp) so that any users…
AngusP
  • 23
  • 4
1
vote
1 answer

ProFTPd with sftp first login fails, seconds succeeds

We are working with ProFTPd and SFTP module enabled. We have a problem with using the sftp module. When we try to connect to server in FileZilla we need to enter the password to the server twice, upon connection and upon each file upload, which is…
Nahrub
  • 11
  • 2
1
vote
2 answers

How to get Proftpd to completely hide a directory

Within my ftp tree there is a directory that I don't want to be accessible via anonymous. I am able to hide the directory in question and all the files within the directory. What I have not been able to do is prevent somebody from navigating to the…
Depmadra
  • 31
  • 1
  • 4
1
vote
1 answer

Trouble with proftpd - postgres integration

I can't post pictures yet, so I'll do the best I can to explain everything succinctly. I have a ProFTPd installation that works. Now I'm trying to route the authentication through postgres. There is a database that contains a table of webapp users.…
DeeDee
  • 333
  • 2
  • 7
  • 16
1
vote
1 answer

Proftpd is running, but I can't establish a connection through FileZilla

I'm working on a server running Red Hat Enterprise 6.2. I installed proftpd 1.3.3g using yum. Proftpd starts without any error messages, and it appears to be listening on port 21. I would post an image that demonstrates this, but I'm still a new…
DeeDee
  • 333
  • 2
  • 7
  • 16
1
vote
1 answer

Upload limit on Proftpd?

Is there a way to limit the number of files uploaded per day per user using proftpd? Is there a way to limit the total size of files uploaded in a day per user?
Matthew Hui
  • 261
  • 8
  • 19
1
vote
1 answer

Proftpd user-auth with mod_sql/mod_sql_passwd

I'm reading up how to interface ProFTPd with MySQL for an implementation I'm working on, I noticed it seems like all the example code or instructions I see have the user login field in MySQL set as "varchar(30)". I don't see anything saying there's…
Zae
  • 51
  • 5
1
vote
1 answer

ProFTPD Inconsistent Errors

Ever since I went from Ubuntu 9.04 to Debian 6.0, I've been having this issue: Filezilla will do this: Status: Connecting to x.x.x.x:21... Status: Connection established, waiting for welcome message... Response: 220-Connected! Response: 220 xxx…
StrangeWill
  • 541
  • 5
  • 16
1
vote
1 answer

Proftpd : login with filezilla fails when receiving map structure

I setup a proftpd server, but I am running into an error when login in with filezilla Commando: PASV Antwoord: 227 Entering Passive Mode (193,191,187,24,175,62). Commando: MLSD Fout: Verbinding verloren Fout: Ontvangen van mappenlijst is…
Lucas Kauffman
  • 16,880
  • 9
  • 58
  • 93
1
vote
1 answer

ProFTPD: Limit user to one directory only, and link that user directory to a specific folder

This question has two parts, sorry if it's a bit simple but I'm struggling with it. Firstly, I've set up user accounts, which log in fine to the FTP server. However, within the FTP client I can view every single folder above the default user folder.…
mickburkejnr
  • 187
  • 1
  • 2
  • 12