Questions tagged [proftpd]

ProFTPD, highly configurable GPL-licensed FTP server software

ProFTPD is a FTP server built from the ground up after developers grew tired of fixing bugs and hacking features into wu-ftpd.

ProFTPD is short for Professional FTP Daemon

GNU General Public License version 2.0 (GPLv2)

For use on Unix and Unix-a-like operating systems - there is no support for native use under Microsoft Windows.

Used by sites such as:

http://www.proftpd.org/

https://sourceforge.net/projects/proftp/

131 questions
1
vote
1 answer

Create users for PROFTPD with PHP

I am following the guide to use MySQL to create users in proFTPd. To encrypt passwords, the guide uses the following command: /bin/echo "{md5}"`/bin/echo -n "password" | openssl dgst -binary -md5 | openssl enc -base64` I wander how I would do this…
wrichards0
  • 187
  • 4
  • 18
1
vote
0 answers

configuration Fail2ban with Proftpd on Puppet

I want to change the variable "enabled" in jail.conf of Fail2ban according to the status of Proftpd on the agent machine. Ex: If on the agent machine, Proftpd is running, "enable = true" (Fail2ban will monitor Proftpd) If Proftpd is stopped,…
Dinh Tuan
  • 11
  • 2
1
vote
0 answers

Using ProFTPD as Authentication for Site

I'm working on a site that when a user registers they will have a ftp user created using proftpd and mysql. What I want to know how to do is authenticate a user as I've never seen a password stored this way before. INSERT INTO `ftpuser` (`id`,…
Morgan Green
  • 1,012
  • 2
  • 10
  • 22
1
vote
1 answer

using proftp and mysql user not found. Password is failing

I am trying to get my proftpd working with mysql. The user is being found in the DB but the password is failing i create the password with the command /bin/echo -n "password" | openssl dgst -binary -md5 | openssl enc -base64 I then paste that…
randy
  • 1,685
  • 3
  • 34
  • 74
1
vote
0 answers

Getting "000004DC: LdapErr: DSID-0C0906E8, " error when configuring proftp with ldap

I tried to find a lot (I've already spent one complete day on this) to find the reason for following error: 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection.,…
Pawan
  • 1,537
  • 1
  • 15
  • 19
1
vote
1 answer

How to test if user can upload and download files in given port range

For shell script which installs a daemon I need to make sure that the newly created daemon user has the rights to use the port range that is needed for a daemon. How can I check this?
1
vote
0 answers

AWS Cloud with Virtualmin ftp Error: Failed to retrieve directory listing

Using Virtualmin on my Ubuntu instance in AWS Cloud, I’ve created a virtual server, but FTP doesn’t work. It connects, but gives this error: Command: MLSD Error: Connection timed out Error: Failed to retrieve directory listing I already opened…
Mi2
  • 133
  • 1
  • 2
  • 9
1
vote
0 answers

Configure WEBMIN for ProFTPD and Apache

I have a dedicated server running Webmin, Apache, ProFTP, PHP, MySQL, ProFTP has been installed to use MySQL back-end. Using FTP users can read files, but cannot CHMOD or WRITE to them. There is a WordPress installation on one of the virtual hosts,…
Deano
  • 145
  • 1
  • 11
1
vote
1 answer

Disable access to specific folders for specific user in proftpd

I'm running proftpd on my debian server, and all users are managed through ftpdb in mysql. Currently i am trying to hide specific folders from specific user that i have. I've tried to add the following to my proftpd conf file:
mr.d
  • 386
  • 4
  • 18
1
vote
1 answer

Uploading large files to proftpd through paramiko times out

I've set up a SFTP server using proftpd on my local machine. It works fine, except that it times out when uploading files larger than approximately 30000 characters. Uploading from the command line through proftpd works without any problems, and…
1
vote
2 answers

log user's password in proftpd

how can I log user's password in proftpd? I forgot his password so for now I set up anonymous login for his account to accept any password. I want to find out his password and set it up with this correct password - but firstly I need to log it. Many…
peter
  • 4,289
  • 12
  • 44
  • 67
1
vote
1 answer

proftpd sftp CentOS permission denied

I would like configure a server SFTP on CentOs. I've tested on Ubuntu server and it works very well! It seems that the location of users and the server have great importance. I create a folder /sftp in / and a user bob : mkdir /sftp chmod 777…
user3581358
  • 25
  • 2
  • 5
1
vote
1 answer

proftpd via mysql & web management of FTP users

I have installed prftpd and proftpd-mysql rpm on a linux machine. Intention is to have usermanagement of ftpusers via web. So I have installed proftpadmin from Here Now when I am adding the below lines in /etc/proftpd.conf file SQLConnectInfo …
Ashish
  • 1,856
  • 18
  • 30
1
vote
2 answers

FTPS 2-5 second delays

For developing in PHP I use the PHPStorm IDE which has an embedded FTP client. Whenever I upload a file to the FTP Server, I get 2-5 second delays, which causes the file upload to take ~10-15 seconds. It has to be related to SSL, either the…
1
vote
1 answer

error: unable to open /dev/null for stdin: No such file or directory

I cannot get a simple trigger on proftpd working. Here is what I did: ExecEngine on ExecOptions logStderr logStdout ExecLog /var/log/proftpd/exec.log ExecOnCommand APPE,STOR /usr/local/bin/proftptest.sh %u %f …
malat
  • 12,152
  • 13
  • 89
  • 158
1 2
3
8 9