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

ProFTPd MySQL setup

I'm trying to install ProFTPd with MySQL on Ubuntu server 11.10 64-bit. But I cannot login, always showing 'Login Incorrect' This is my sql.conf file: # add the following lines to the file (don't need to remove comments from it) DefaultRoot ~ #…
n00bi3
  • 75
  • 1
  • 1
  • 7
0
votes
0 answers

proFTPd: Server refused public-key signature despite accepting key

I followed multiple tutorials on how to make SFTP work on proFTPd (we cannot use SFTP via SSH directly for some reasons). While FTP works correctly, SFTP seems to have some issues with keys. NOTE: We are using SQL method of storing proFTPd…
0
votes
0 answers

Proftpd permissions for user ftp_root folders

When proftpd is configured to limit each user to a ftp_root folder in their home directory: DefaultRoot ~/ftp_root What permissions should be applied to the ftp_root folder? I had read on a setup guide from somewhere that chmod…
Action Dan
  • 443
  • 4
  • 10
0
votes
0 answers

Explicit TLS fails with Proftpd 1.3.7b version using libcurl

Explicit TLS fails with Proftpd 1.3.7b version. Direct Curl command execution works fine for one of our customer, but the same fails while running via cpp code. /var/log/proftpd # curl -v --ssl --verbose --ssl --cert /cs/.crt.pem --cert-type PEM…
0
votes
0 answers

get upload progress from pureFtpd

I had a problem . i wanted to upload a file to pureftpd server and get the upload progress. so i created to connections in ftp.one would upload the file and one would constantly return the file size on the server with "SIZE filename". this worked…
Aligh2022
  • 1
  • 3
0
votes
0 answers

A way to run FTP server (vsftpd or proftpd) without tying it to the linux user subsystem

I am looking for a way to make a simple ftps server that will serve a single folder containing 2 files using a dedicated username:password pair. The issue is that for security reasons I have two requirements: The server will not give access (even…
HubertNNN
  • 1,727
  • 1
  • 14
  • 29
0
votes
0 answers

Upgrading ProFTPd from 1.3.6c to 1.3.7e fails on Ubuntu 20.04

I am currently testing the 1.3.7e version of Proftpd against 1.3.6c like proposed here on the projects page. Unfortunately I can't get rid of those errors while loading the config. I get ./proftpd -t -d10 -c /etc/proftpd/proftpd.conf Checking syntax…
0
votes
0 answers

ProFTPD - setting RLimitChroot for specific folders

User reported they can not upload a folder named etc or lib. Found this article Permission denied on directory with specific name that says I need to set RLimitChroot to off in my proftpd.conf file. When I set this at the end of my proftpd.conf it…
Tony
  • 1
  • 1
0
votes
2 answers

proFTPD install mod_exec

For dummys please: I need to install proFTPD module mod_exec on a debian squeeze (64bit). How does it work. The documentation on the proftpd page was no help for me. Thank you.
Christof Aenderl
  • 4,233
  • 3
  • 37
  • 48
0
votes
1 answer

Proftpd mod_rewrite not working as expected. How do I make it work correctly?

I'm trying to replace backslashes with regular slashes in FTP requests (anonymous), according to Proftp's how-to: http://www.proftpd.org/docs/howto/Rewrite.html When I put the following in one of my Proftpd configs:
0
votes
1 answer

cURLFTPFS refuses to mount root directory

I'm trying to have full access to my CentOS8 VPS (ie accessing root directory /) through a mounted cURLFTPFS directory on my local Archlinux system. However no config seems to allow me to mount anything other than the user's home directory…
totalolage
  • 27
  • 8
0
votes
1 answer

set verbose logging for ProFTPd

Proftpd 1.3.5e Server on Ubuntu 18.04 LTS. How do I set up verbose logging for ProFTPd such that the ftp USER and filename and IP address and timestamp all show up on one line? For each file name uploaded and/or downloaded? One line per…
user3055756
  • 145
  • 2
  • 10
0
votes
1 answer

UID & GID for ProFTPd with MySQL auth mod

Good day to you all! I have a Ubuntu 18.04 LTS server with MySQL 8.0 and ProFTPD 1.3.5e Server. I used these instructions to set up MySQL authentication for ProFTPd. …
user3055756
  • 145
  • 2
  • 10
0
votes
0 answers

Kubernetes ftp deploy simple example

Last week I was trying to deploy ftp in K8s but I cound not deploy it. I tried to find some simple example but I only found very hard examples. Can you give me some simple examples?
noute
  • 114
  • 3
  • 13
0
votes
1 answer

How to use mod_exec proftpd linux

i used this code to execute external script, from mod_exec proftpd. ExecEngine on ExecLog /opt/proftpd_mod_exec.log ExecOptions logStderr logStdout ExecBeforeCommand STOR,RETR /home/yogi/Desktop/kab.sh…
1 2 3
8 9