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

Proftpd login failure

I've installed & configured proftpd on a remotessh debian server as a non root user following this guide. I've also created a AuthUserFile file using ftpasswd util as suggested in the manual. The problem is that i can successfully login to the…
0
votes
1 answer

proftpd server allow second or multiple public key for single user

If I'm using openssh server, allowing multiple public keys are simple. It is enough put it into file ~/.ssh/authorized_keys with content ssh-rsa ****there_is_public_ssh_key**** some_text_typically_user@host ssh-rsa *****second_pub_key**** …
Znik
  • 348
  • 1
  • 3
  • 12
0
votes
1 answer

ProFTPD on Debian: Set read, execution and write permissions to new uploaded files (and then delete it by software)

I have activated an FTP server with ProFTPD on Debian Server 8.11. I would like that the new uploaded files via FTP has 2 features: read, execution and write permissions of the user&group (by default when i upload files the permission are 644, i…
Kiuki
  • 101
  • 1
0
votes
1 answer

Setting up proftpd/users for User Perivate Groups

I am using User Private Groups on a CentOS7 server and I can't seem to get things quite working. Firstly the standard users seen to have a mask of 0022 and I am fairly sure it should be 002 for UPG. The user has /bin/sh set in its /etc/password and…
Ben Edwards
  • 341
  • 4
  • 13
0
votes
1 answer

Best practise for proftp User and Group setting with mod_sql

I am running proftp and I am not sure how to configure the user and groups properly. In my proftpd.conf I configured: # Set the user and group that the server runs as User proftp Group proftp This will effect the system…
0
votes
1 answer

proftpd /etc/security/pam_env.conf: permission denied

I installed proftpd using yum in CentOS7. I had an update on WordPress. pam_env (proftpd: setcred): Unable to open config file: /etc/security/pam_env.conf: permission denied I do not know how to fix the error. Please help me. Jan 31 15:28:47…
uknew
  • 1
  • 1
0
votes
1 answer

proftpd locking up after a set number of processes reached

We have a proftpd server (1.3.3g) running on centos6 which when it seems to get over approximately 150 processes running locks up and prevents any more connections. The proftpd server connects to MYSQL to handle user authentication. I have run the…
Mike
  • 21
  • 3
0
votes
2 answers

SSH host key pair expects passphrase causing ProFTPD to fail

I need to create a docker image with ProFTPD and use it as SFTP server. Obviously I need SSH host keys for this to work but I don't want to create new keys every time I build the image. If I create SSH host keys with: ssh-keygen -f…
0
votes
1 answer

ProFTPd and www-data group

What I'm trying to do is create a ftp user that can update and modify files in an apache2 v2.4 (with www-data) web directory. I have a single user: UserA (names changed to protect the guilty) The folder is /var/www/vhosts; chowned to…
arcee123
  • 50
  • 2
  • 14
0
votes
1 answer

Proftpd user migration login denied

I migrated ProFTPd on a bigger server including ftpd.passwd and proftpd.conf. The service is running. Unfortunately none of the old passes would work. To analyze the situation I have re-generated one of the old passes with ftpasswd and it will…
Jay
  • 1
0
votes
1 answer

cannot access proftpd installation from outside server

I have a digitalocean droplet running ubuntu 18 with Apache. I installed proftpd on there and when I log in to the droplet via ssh and run ftp myservertld or telnet myservertld 21 I can access the proftpd instance properly. However when I try to…
Sudipta B
  • 11
  • 1
0
votes
0 answers

ProFTPD cancels the full request of an FTP user and disconnects them after about 500+ concurrent delete actions

The Issue I'm facing an issue that my ProFTPD server is canceling an FTP user's request when the user tries to, for example, delete a 1000 files from the server and disconnects them from the server. Filezilla shows in the message log something like…
Lez
  • 101
  • 3
0
votes
0 answers

ftp login ok but directory listing fails after port forwarding

I'm making a webserver and my OS is Ubuntu 18.04. My router is an AT&T 2WIRE i38HG I set up a FTP server using proftpd and gadmin-proftpd. When I used the computer's IP address (192.168.1.82) to log on, it worked perfectly fine but after I used port…
mathmaniac88
  • 111
  • 1
  • 1
  • 8
0
votes
1 answer

ftp cmd not found after install proftpd

I have install ftp service with : sudo apt-get install proftpd I would try ftp connexion with ftp (I try with and without sudo) cmd, but : command not found what wrong?
Matrix
  • 145
  • 2
  • 10
0
votes
0 answers

proftpd limit to 2 subdirectories

User can access /var on FTP but I want to limit to only two subfolders: /var/www and /var/server. I tried creating two directory rules for the two subfolders and setting DefaultRoot to /var, but the user can still view and access the others…
Deeh
  • 131
  • 7