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

In ProFTPd, how to set different permissions for different virtual users?

How do I set different permissions to different virtual users in ProFTPd? I created several users with the ftpasswd command, but for now they all have permissions to both read and write to their respective folders. I want to keep those full…
Andy Mac
  • 31
  • 2
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
  • 8
2
votes
1 answer

ProFTPd returns "530: Login incorrect."

There are some weeks that I don't use the FTP server, and now I have tried to connect but it's returning this error. I did some "yum update", but I don't know what else has changed since then. When I use the "proftpd -nd10" command, it returns: ... …
Diogo Braga
  • 441
  • 1
  • 8
  • 17
2
votes
1 answer

How Apache and ProFTPD should work together, users and groups ect

I have Apache server running on apache:apache and ProFTPD running on ftpuser:ftpgroup, all my websites are under /var/www/ which is owned by root:root. So the question is when I create a new website directory /var/www/website1 what user group…
Alex
  • 121
  • 2
2
votes
1 answer

ProFTPd: how to show virtual user name in listings?

I'm using ProFTPd 1.3.5a (btw I get the same behavior on an older 1.3.4d) with a pretty common virtual users setup for a web server. In plain words, ProFTPd is running with apache's UID/GID and has its local files for authentication. All users have…
Luke404
  • 5,826
  • 4
  • 47
  • 58
2
votes
1 answer

ProFTPd timeout on LIST

Recently I've migrated a centOS 5 server to 7. But since then connection to FTP through FileZilla doesn't work unless I put FileZilla on FTP Plain Connection. TLS doesn't work when getting the folder list Logging in works fine. But it times-out…
s.lenders
  • 135
  • 1
  • 6
2
votes
1 answer

proftpd tls internal connection works, external connection fails

I am trying to secure my proftpd server but I cannot see what I do wrong. My tls.conf TLSEngine on TLSLog /var/log/proftpd/tls.log TLSProtocol …
2
votes
2 answers

ProFTPD pub key authentication, still asks for password

I've set up mod_sftp with ProFTPD, and for some reason it still prompts me for a password when I connect. This is my conf.d/myserver file: SFTPEngine on SFTPLog /var/log/sftp.log Port 7770 SFTPHostKey /etc/ssh/ssh_host_rsa_key SFTPHostKey…
CaptSaltyJack
  • 638
  • 2
  • 13
  • 36
2
votes
1 answer

proftpd does not support upload of file bigger than 2Kb

Just installed Webmin on Ubuntu Server with proftpd and now I can connect to the server and login with my ftp user name and password, but when I try to transfer a file, small files get uploaded easily, but larger files get stuck and timed out. Even…
happyhardik
  • 121
  • 8
2
votes
1 answer

How to deny or reject FTP commands for some user on proftpd?

There works a FTP Server (proftpd) on Centos 6.5, Auth mech is AUTH_FILE and default ROOT is /var/ftp all User should put Files into this directory but only 2 User should get or list this files. Is it possible to deny some FTP Commands for a few…
kockiren
  • 886
  • 3
  • 14
  • 37
2
votes
1 answer

Proftpd user cannot write/delete in home directory

I'm trying to setup a user in centos that can read/write/delete/etc files in the /var/www/html directory. With some help here I got the user able to log on and view files, but now they cannot upload/delete etc. I created a user 'ftpuser' with a…
Sean Kimball
  • 869
  • 1
  • 8
  • 24
2
votes
1 answer

How to configure ProFTPD to provide a different anonymous FTP for each domain?

I'm trying to configure ProFTPD to match the following situation: Multiple domains on a single IP address. Each domain should have it's own anonymous FTP directory. Everything runs on Ubuntu 12.04LTS VPS server. For instance, there should be an…
Martijn
  • 356
  • 5
  • 13
2
votes
3 answers

proftpd - find client ip on server while connection is alive

I need to get the get the client IP from a specific connection from proftpd on linux (where I know the pid). I have searched in the /proc/ dir but wasn't able to to get any information about the IP. Does anyone know a method how to get or where to…
richmont
2
votes
1 answer

proftpd initial directory for each user

After successfully setting up proftpd server, i want to add initial directory for each users, i have 2 user, webadmin that can access all folder and upload that can only access upload folder ... # Added config DefaultRoot …
Dels
  • 131
  • 1
  • 1
  • 9
2
votes
1 answer

ProFTPd Multiple MySQL databases

I need ProFTPd to connect to few databases/tables and authorize users by data from them. I have ftp login data in db/tables: db1 / ftp db2 / ftp db2 / users db2 / ftp_vip db3 / data Can you give me right proftp.conf and/or sql.conf for that? I…
Misiek
  • 51
  • 4
1 2
3
13 14