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
0 answers

Proftpd user permissions issue

I just installe proftpd on Ubuntu 15.04 and it works fine i made a permission setting for my ftp user called "ftp" there has the dir "/home/ftp/" but i have a problem because i have a folder inside my home folder "/home/ftp/public_html/ that it…
1
vote
2 answers

proftpd ssh key-based authentication not working

I've setup a new proftpd server with mod_sftp for SSH support, that I'm able to login to when I use a password. But when I try to use my SSH key, I'm unable to connect. Here's the full proftpd.conf file: [root@myers log]# cat…
David W
  • 3,453
  • 5
  • 36
  • 62
1
vote
1 answer

Installed ProFTP on Ubuntu and it is running but cannot login

I just spun up a new server on Digital Ocean that I plan to use for Backup files....my client has a website on a Share Hosting server running wordpress and I cannot get them to let me migrate to a better server. They have a WordPress plugin called…
JasonDavis
  • 2,658
  • 6
  • 25
  • 32
1
vote
1 answer

proFTPD with FTPS (openssl)

Have installed proFTPD from webmin and it works... Then I would like to support FTPS command line apt-get install openssl mkdir /etc/proftpd/ssl cd /etc/proftpd/ssl openssl req -x509 -nodes -days 9999 -newkey rsa:2048 -keyout private.key -out…
clarkk
  • 2,035
  • 8
  • 24
  • 36
1
vote
1 answer

Ubuntu ProFTP delete partially uploaded file after connection fail on client side

I install ProFTP from apt on fresh ubuntu 14.04 (OpenSSH+LAMP) with mod-sql for user login. I set ftp folder for each user from config in sql table. And allow user to resume upload file by set AllowStoreRestart on in configuration. Everything work…
Pattapong J
  • 151
  • 6
1
vote
1 answer

ProFTPd mod_sftp mod_sftp_sql

I am working on Ubuntu 12.04 I have setup a ProFTPd service with SSL/TLS, virtual users stored in a MySQL database and quota (mod_tls, mod_sql, mod_sql_mysql, mod_quotatab, mod_quotatab_sql). It works fine. I want now to setup the same thing over…
David
  • 113
  • 1
  • 5
1
vote
2 answers

ProFTPd server behind firewall returns internal IP address

I have 2 servers, one as gateway/router, the other one as server. I use iptables to port forward the following ports: 21, 20, 65500-65600. When I connect with Filezilla or Total Commander, the ftp client knows that 10.10.0.1 represents an internal…
machineaddict
  • 159
  • 2
  • 3
  • 12
1
vote
1 answer

Installing StartSSL certificate in ProFTPD

I am currently experiencing some trouble installing a StartSSL certificate in ProFTPD. These are the files I have: cert.pem - certificate file cert.key - corresponding key file sub.class2.server.ca.pem - intermediate…
user178826
1
vote
2 answers

How can I setup ProFTP and SSHD_config to FTP and SFTP to the same directory on Ubuntu 12.04?

I'm having troubles with a chrooted environment on Ubuntu 12.04. Objective Set up FTP/SFTP server where users part of a new 'sftp' group can sftp and ftp to the same directory ProFTP Setup The ProFTP setup is a base build in Ubuntu and it works as…
Mike J
  • 170
  • 1
  • 5
1
vote
0 answers

Tell proftp to allow connections only to the users that have permissions in PostgreSQL

I'm trying to set up an ftp server for the first time (under Debian Squeeze) and after searching through Google, I decided to use proftp. NOTE: I have a PostgreSQL server running in the same machine where the ftp will be. I now have a question about…
Adri C.S.
  • 119
  • 6
1
vote
2 answers

How do ProFTPD/centOS handle directory permissions for virtual ftp users?

On proftpd/centos I configure the use of virtual user. I can login as a virtual user but I do not have write permission for this users. The proftpd.conf looks like: ServerName "ftp01" DefaultServer …
kockiren
  • 886
  • 3
  • 14
  • 37
1
vote
2 answers

proFTPd w/ MySQL Auth, behind NAT - Failed to retrieve directory listing

I am running proFTPd on my CentOS linux VM (which is behind NAT). This is my proftpd.conf configuration so far: http://pastebin.com/raw.php?i=X8rXYbSJ When ever I connect to the ftp account in FileZilla client, I am getting the following: Status:…
Latheesan
  • 357
  • 2
  • 6
  • 19
1
vote
3 answers

proftpd is accessing my.cnf

I use proftpd for virtual FTP hosting with MySQL. I've started writing fine-grained SELinux policies and found that it's trying to access my.cnf files. Question is what for and why? type=AVC msg=audit(1378191337.059:153431): avc: denied { getattr…
GioMac
  • 4,544
  • 4
  • 27
  • 41
1
vote
2 answers

Configuring Proftpd users without system users

I'm running a web server with proftpd on FreeBSD 9. I want to add few ftp users to the server so they will have the option to upload files to their own sites. When trying to do it with proftpd i need to use the system's adduser command to first…
shaharmor
  • 337
  • 4
  • 16
1
vote
4 answers

ProFTPd - Cannot login at all, constant 530 error

I cannot for whatever reason connect/login either via FTP client or command line to my FTP server. I'm using Webmin and ProFTPd. I have setup a user, with a simple password as part of the ftp group with /sbin/nologin as the shell path. Logs only say…
fRAiLtY-
  • 83
  • 1
  • 2
  • 10