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
1 answer

How do I chroot a user in proftpd?

I installed proftpd 1.3.4e successfully. I have compiled it, and did the make install part but I want to configure it, don't know how to do so. I want when logged in to be in /var/www/html/ I followed this…
Lynob
  • 241
  • 1
  • 9
  • 17
0
votes
2 answers

Proftpd doesn't send xferlogs to syslog

I have a Proftpd v1.3.2 server, and I need to send every logs (system logs + auths logs + xferlogs) to a remote syslog server. It works fine for system+auth logs. But even if "TransferLog" was removed from the configuration file, Proftpd keeps…
klipz
  • 168
  • 2
  • 8
0
votes
2 answers

PROFTPD - Why permissions denied?

I have installed proftpd on my server, I tried to connect to the server but I get LOGIN INCORRECT. I have seen the log and I found this: Apr 26 13:02:39 vmi**** proftpd[16738] vmi*****.*********.com (*********[::ffff:...*]): notice: unable to use…
Damiano
  • 11
  • 1
  • 3
0
votes
2 answers

Set up FTP user with ProFTPD on Ubuntu

I want to set up a user "ftp" so they can upload and download files in my /home/httpd/mysite/public_html directory. All files in public_html are owned by user "ftp" and in group "www-data" so the ftp user looks like so: uid=108(ftp) gid=33(www-data)…
kidrobot
  • 101
  • 1
  • 3
0
votes
1 answer

What is chroot in proftpd

I am using proftpd and on every login I get the following message: Apr 4 08:26:23 mydomain proftpd[4240]: mydomain.com (xxx.xxx.xxx.xxx[xxx.xxx.xxx.xxx]) - FTP session opened. Apr 4 08:26:23 mydomain proftpd[4240]: mydomain.com…
Saif Bechan
  • 10,960
  • 10
  • 42
  • 63
0
votes
3 answers

Deny directory browsing in a Proftpd / Ubuntu Installation

I used this guide to set up a Proftpd installation an Ubuntu 8.04 server... Works well, but the generic user ( userftp ) can run ls and is able to change to any Directory and browse freely on the server ..from the root / and upwards.. I added this…
CaseyIT
  • 427
  • 3
  • 8
  • 14
0
votes
1 answer

PureFtpD to Proftp Password Conversion

I am planning to migrate users from pureftp to proftpd, i need a tool to perform password conversion Mysql password format- MYSQLCrypt md5 pureftp From: 9dd4e461268c8034f5c8564e155c67a6 Proftpd - To $1$64eb18f6a8f793689ad1eb1136f43ccf
0
votes
0 answers

proftpd join multiple paths into single virtual filesystem for specified user

I've tryed configure proftpd for specified user, that join at least two directory paths as single filesystem tree, including chroot option (rootdir). Is it possible any way? Proftpd has support for that scenario? I don't want do any mounts -bind on…
Znik
  • 348
  • 1
  • 3
  • 12
0
votes
0 answers

Proftpd "Can't open PID file /run/proftpd/proftpd.pid (Yet?)"

I'm currently running into the following error with my Proftpd install: Can't open PID file /run/proftpd/proftpd.pid (yet?) after start: No such file or directory However when I run ls /run/proftpd/ I'm presented with the following files,…
0
votes
1 answer

proftpd trying to open local udp sockets, blocked by SELinux

why is proftpd trying to open lots of random udp sockets? Is this a normal behavior? the audit log is flooded with these messages. Enabled these: setsebool -P ftpd_connect_all_unreserved 1 setsebool -P ftpd_use_passive_mode=1 setsebool -P…
matt42
  • 11
  • 2
0
votes
1 answer

iptables FTP connection tracking not working

I am hoping someone can point me in the right direction here please. Running proftpd (with tls support) on a public IP. FTP client connects, but can't do a directory listing. When I change the "INPUT" policy on iptables to ACCEPT, it does work. The…
0
votes
2 answers

mod_tls missing on proftpd

I am trying to enable TLS on Proftpd server (ProFTPD Version 1.3.7a, Debian version: 11) However, after completing all the steps and restarting the proftpd I am getting the below error. mod_dso/0.5: unable to load 'mod_tls.c'; check to see if…
Hydher
  • 3
  • 3
0
votes
1 answer

how to solve proftpd very slow connection?

I'm having big trouble with my proftpd installation: the login is slow as hell, it takes about 10 seconds and more and that's to much for the default settings of most ftp clients. i'm using mysql and mod_sql as backend for the login. I've already…
harald
  • 403
  • 2
  • 6
  • 19
0
votes
2 answers

EPEL 7 proftp package only outdated version available 1.3.5e

Im a curious why there is no new version for the epel-x86_64 ftp server package proftp in the epel 7 repo: https://centos.pkgs.org/7/epel-x86_64/proftpd-1.3.5e-10.el7.x86_64.rpm.html There is only verion 1.3.5e avaiable from 09/Apr/2017. The latest…
0
votes
0 answers

Linux - jail user

I have a server with debian + proftpd and my idea is to leave the ftp and sftp service enabled for these users. To do this I create a folder in / home / sftpserver and within it I create the different users. The commands that I have executed are…
1 2 3
13
14