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

ubuntu server, php, ftp permissions

Ubuntu Server 14.04.1 w/ LAMP and Webmin/proFTP (haven't really used webmin much; too much stuff flying around) Issue: With my user as owner of /var/www/ I can ftp files to the server, but PHP cannot handle files without www-data as the owner. I…
Caleb Pitman
  • 1,105
  • 1
  • 12
  • 24
0
votes
1 answer

Limit access to proftpd user

I'm trying to limit access of a specific user (Ex. bob) in proftpd. I have some users that can access the entire server, but 1 specific users should be able to access only 2 folders. Have this…
user3033886
  • 2,815
  • 1
  • 12
  • 7
0
votes
1 answer

proFTPd + tls authentificatin issue

Can't get in my ftp server. I use proftpd 1.3.4a with mod_tls/2.4.3. I suspect a mistake lies it the TLSOptions directive TLSEngine on TLSLog /var/log/proftpd/tls.log TLSProtocol …
The Agonist
  • 1
  • 1
  • 3
0
votes
1 answer

FTP connection closes after few hours (2:10) C#, MySQL or Proftpd?

My ftp upload takes a few hours, for example 10 hours. After 1 hour, 48 minutes and 25 seconds (circa!) (= ~ 108 Minutes) the mysql server, the proftpd server or the c# disconnects the connection to the client... (I tried that 5 times) Or which…
PatrickB
  • 3,225
  • 5
  • 31
  • 55
0
votes
2 answers

Can't delete a directory whose name contains spaces in FTP

I'm trying to delete a directory whose name contains spaces on a remote server via FTP. I've tried escaping the spaces, quoting the dir name and wildcarding (a la mdelete), but none of these work: ftp> ls 200 PORT command successful 150 Opening…
Cormac
  • 117
  • 1
  • 10
0
votes
2 answers

ProFTPd support for MLST and MLSD commands

Have another interesting problem. My company recently switched over to ProFTP to handle it's FTP and SFTP needs. We primarily run RHEL 5 servers. Our users are able to login, and transfer files without issue (for the most part anyway :-P). Ran into…
sirjames2004
  • 453
  • 2
  • 9
  • 18
0
votes
1 answer

Hide files in upper folder levels from home (FTP)

How to hide files in upper levels from home directory? Home folder of user ftpuser /var/www/ftpuser When the user ftpuser login on the FTP he can see all upper levels of the filesystem? The "start" folder level is /var/www/ftpuser.. How to change…
clarkk
  • 27,151
  • 72
  • 200
  • 340
0
votes
1 answer

install proftpd with phpseclib

I'm trying to install proftpd over PHP with phpseclib. I'm using this command to start the installation: $sshconid->exec("apt-get install proftpd-basic -y"); This part works fine, but the installtion wont complete. If I try to uninstall/install…
user3904909
0
votes
2 answers

Getting "permission denied" with PROFTPD SFTP in Centos

I want configured a SFTP server with CentOS 6. But when I use "put" with Filezila client, I have this message : open for write: permission denied In my logs sftp I Have this when I use 'put': ... unsupported 'simply@putty.projects.tartarus.org'…
user3581358
  • 25
  • 2
  • 5
0
votes
1 answer

Configuring Proftpd on MacOSX

I am installing Proftpd on Mac 10.8 I am executing the commands: ./configure --prefix=/usr/local/proftpd make sudo make install But when I execute the command sudo make install, the follow error is displayed: xcode-select: Error: No Xcode is…
Benjamin RD
  • 11,516
  • 14
  • 87
  • 157
0
votes
1 answer

Proftpd specific user configuration from MySQL

I have already set up a proftpd server with a MySQL connection. Everything works fine. I would like to set specific permissions for each user from the database using (PathAllowFilter, PathDenyFilter, ...) The server running on Ubuntu 12.04 LTS…
-1
votes
1 answer

[Debian][ProFTPD]: Permission denied when I try to edit file

I've got a problem with ProFTPD on Debian. I use users from MySQL database and I can login with it, but can't edit files. When I try to edit file, TotamCommander throws 550: Permission Denied. This is my proftpd.conf file: ## Load modules Include…
Thash
  • 1,508
  • 1
  • 14
  • 18
-1
votes
1 answer

authenticate ftp users from sql database in c++

i have a messaging app written in c++ (qt) and now i want to add a library to move heavy media via ftp to a ftp server and give the link to other user to download it. the problem is there are to many users to create separate ftp accounts for all of…
Aligh2022
  • 1
  • 3
-1
votes
1 answer

One apache web server, multiple sites and users

I run a home server with Ubutnu 16.04 with Apache 2 let say for fun and to improve my linux knowledge At the moment I have few web applications/websites which are for personal use (bug tracker, forum, cloud and similar) All this sites are under…
gipsea
  • 1
  • 1
-1
votes
1 answer

Proftpd server not working on RHEL 7 but smoothly working on RHEL 5.6

all the configurations are same. Just trying to move from A to B. But on B server, I am getting the following error while trying to / testing to login: FTP client login error Any solution will be highly appreciated. Best Regards, Kallol
1 2 3
8
9