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

ProFTPD Directory directives won't change user

Here's my code, placed inside the proftpd.conf file. GroupOwner ~ UserOwner www-data Umask 002 002 however, when I upload a file for testing, the user is still [user] instead of…
Ken Sherman
  • 279
  • 1
  • 2
  • 9
-1
votes
1 answer

FTP server hangs when non-existing files are requested ("FTP no transfer timeout")

I have a ProFTPD FTP server (Version: 1.3.4d (maint)) that works fine for existing files but hangs until a "FTP no transfer timeout" occurs if a non-existing file is requested. This is what I see in proftpd.log when requesting a non-existing…
Jörn
  • 171
  • 1
  • 11
-1
votes
1 answer

Proftpd: disable identity switch

So, I'm running proFTPD (latest),on Ubuntu 14.04.3 LTS Server 64. Once a client has successfully authenticated, Proftpd (running as root) switches the new process to the identity/privileges of the authenticated user: all disk operations…
user3262353
  • 105
  • 9
-1
votes
2 answers

Possible vulnerability in ProFTP 1.3.3e

I'm managing a PLESK server and got this error from a client after they did a PCI scan on their site. What is ProFTP and is this really an issue? How would I go about fixing this issue?
symlink
  • 11,984
  • 7
  • 29
  • 50
-1
votes
2 answers

Start ProFTPD on Debian Wheezy boot

I've installed ProFTPD on Debian Wheezy and everything works fine, except it won't start up on boot. I've tried the following after a lot of Googling: update-rc.d proftpd defaults insserv proftpd ln -s /etc/init.d/proftpd /etc/rc5.d/ Nothing…
user809829
  • 1,179
  • 3
  • 14
  • 33
-1
votes
2 answers

ProFTPD can't connect after install

Installed Webmin successfully on a Debian system. Created a virtual server, added some users and a domain. Installed ProFTPD via Webmin's unused modules. Added a new user with same named group via System -> Users and Groups. Tried to connect via ftp…
Kosmas Papadatos
  • 1,277
  • 2
  • 14
  • 32
-1
votes
1 answer

Display miniatures with ProFTPd

I am currently using ProFTPd on my server to offer a lot of storage solutions for my family, friends, ... Currently, we decided to put our pictures in common without giving Google access to it via Picasa. So i created an user ftpuser on my…
Nilexys
  • 633
  • 1
  • 5
  • 10
-1
votes
1 answer

Pro-ftpd as a File queue on quota exceeded

The problem I'm trying to solve is this one: We have a set of cameras which send pictures at intervals to a FTP server, the cameras generate a whole folder/camera/hour structure and everything is fine, but when the quota is reached new pictures get…
-1
votes
1 answer

Proftpd login fails on CentOS

I'm trying to connect ftp server on Cent OS. Ftp server is proftpd. I added new user, mike, for ftp. When I'm trying to connect ftp server via CuteFTP, it gives me error "login incorrect", even though username and password are correct. I tried to…
adeltahir
  • 1,087
  • 2
  • 15
  • 31
-2
votes
2 answers

Delphi 2010 Indy FTP with ProFTP Linux Server

I have a simple question. I work with Delphi 2010. I have an FTP client inside my software. When I do work with an IIS-based FTP, it works OK. I changed my FTP server last week. Now I have a Linux server with ProFTPD. When I do work with this FTP…
-3
votes
1 answer

proftpd configuration issue

I have installed proftpd file server using apt-get But after adding User as shown below: sudo useradd myproftpduser sudo passwd myproftpduser sudo usermod -m -d /var/www/ myproftpduser and after restarting proftpd service I am not able to login…
1 2 3
8
9