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

How to restart proFTPD on a Fedora server with Plesk

I need to do this through the command line (SSH). Tried: /etc/init.d/proftpd restart service ftpd restart service proftpd restart /usr/sbin/proftpd restart They all show unrecognised or invalid option errors.
user69904
  • 231
  • 3
  • 12
1
vote
1 answer

proftpd audit error

I'm getting this warning in Tiger auditing reports --WARN-- [lin003w] The process `proftpd' is listening on socket 21 (TCP on every interface) is run by proftpd. The process is listening on port 21 OK On every interface: I only have one OK It's run…
The Disintegrator
  • 585
  • 2
  • 6
  • 20
1
vote
1 answer

ProFTPD: Disable writing and deleting to a particular directory

How would I prevent writing and deleting to the ~/site/backups/ directory in the ProFTPD config? So far: I think I have figured out how to disable any kind of deleting: DenyAll
ParoX
  • 302
  • 1
  • 7
  • 21
1
vote
3 answers

bind proftpd only to localhost

How do i configure proftpd to only listen to connections on 127.0.0.1? If i set DefaultAddress localhost in /etc/proftpd/proftpd.conf and restart proftp i'm still able to login from another computer... is this the wrong option? Or ist this just a…
bla
  • 13
  • 1
  • 3
1
vote
1 answer

Debian 11 + ProFTPd and LDAPS

I'm trying to authenticate my FTP users from Active Directory using LDAPS over SSL (port 636). I managed to get it working using simple LDAP on port 389 and now I would like to increase security! OS is Debian 11 x64 up to date ProFTPd version : #…
Cool34
  • 53
  • 4
1
vote
1 answer

How can I set specific directory for different users in proftp?

Currently, when user A logs in proftp, he comes at his home directory /home/A, when user B logs in proftp, he comes at his home directory /home/B. I want to let user A come at /dir1 and let user B come at /dir2, how can I do in proftpd's…
peter
  • 93
  • 13
1
vote
1 answer

Access denied for virtual users.Proftpd

I can't connect to ftp server as virtual user but i can connect as ubuntu user. I tried set permission for directory 777, 0755, 775 to /var/www/host but still get access denied Here's my config: https://pastebin.com/Y3KWu8up My virtual user home…
123
  • 11
  • 1
1
vote
1 answer

Proftpd issue with filenames on FTPS

I'm setting up a proftpd service on a Debian 11 server. I want to be able to connect the to FTP with local users (for administrators) and AD user. I joined the Debian server to my AD using realmd and it's working fine for ssh connections. Note:…
qwerty01
  • 11
  • 2
1
vote
0 answers

Authenticating ftp against multiple (postgres) databases

Current State Given is a host with a couple of IPv4 addresses and HTTP & FTP access for each address; each vhost has access to a PostgreSQL database. Web- and ftp-authentication is done against the respective database; for proftpd I use this setup…
SlowFox
  • 11
  • 2
1
vote
1 answer

ProFTPd config via SFTP and FTP

I have a ProFTPd that actually use FTP protocol, but I would like to use SFTP too. I found a solution with block, but it doesn't work for me. TLSEngine off …
zeerk
  • 13
  • 4
1
vote
0 answers

proftpd: virtual users access via SFTP with ssh keys, password

I encountered a problem with authenticating virtual users. The documentation lists various methods, such as password or key, or both. Indicates the virtual host. Is it possible to split the authentication method within virtual users and not within…
1
vote
1 answer

proftpd cannot upload (550 error)

I have Proftpd installed on Ubuntu 9.04 server. FTP users are listed in auth file, e.g. these are not proper linux users, just FTP. They can connect and download files but when it comes to MKD or uploading, its always 550: Permission denied error.…
Sejanus
  • 311
  • 1
  • 4
  • 12
1
vote
2 answers

Strange ProFTPD behaviour, seems duplicate installation

I have a strange problema with a fresh install of ProFTPD on Ubuntu 20 LTS. I noticed that after changing some option on the configuration files, when I run services proftpd restart the modifications does not apply, only if I restart the system the…
Kreker
  • 458
  • 4
  • 10
  • 22
1
vote
1 answer

How to use proftpd in SliTaz

I would like to use FTP over TLS on SliTaz. I’ve installed proftpd with the following command: tazpkg get-install proftpd I’m used to start and stop programs on SliTaz with /etc/init.d/program start or stop but I can’t figure out how to start…
Sam
  • 113
  • 1
  • 1
  • 5
0
votes
0 answers

proftpd does not ask for passphrase

I configured tls for proftpd I uncomment the line Include /etc/proftpd/tls.conf in the file /etc/proftpd/proftpd.conf I configured `tls.conf However, it seems to not start correctly. I use sudo service proftpd restart. No error message…
d4rty
  • 13
  • 6