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

Process of uploading to a server

There doesn't seem to be a comprehensive explanation of the exact process being undertaken for uploading files from an android device to a server. So far I have pieced together some information on the methods for preparing the data however the…
masteryupa
  • 101
  • 13
0
votes
0 answers

Change HTML Theme of a specific port

I want know that how can we change the theme of page of a specific port from default listing to custom looking theme. I am looking to change my FTP port 21's theme from default to custom, dont exactly know how to..
Harsh
  • 152
  • 1
  • 1
  • 9
0
votes
1 answer

inserting a username to proftpd configuration file

I need to insert a new ftp user in the configuration file of proftpd proftpd.conf The username must be an argument passed by the user and it should automatically be entered in the proftpd.conf.This can be done by using a shell script(using sed…
0
votes
1 answer

How to write a shell script to compile and install ProFTPD by source compilation?

I installed ProFTPD by source compilation and has worked successfully, but I'm thinking, instead of separately doing the all steps, the entire installation can be done by using bash scripting, but I had less knowledge in shell scripting. Please…
0
votes
0 answers

What should be "AssignUserId" if I use proftpd mysql mod

I have several websites on the same VPC. I set up ftp with a help of proftpd with mysql mod and made 3 users. The ftp works fine. I need Apache to work with files on ftp not changing owner, so i installed apache2-mpm-itk. Now in every site config…
fibboo
  • 9
  • 7
0
votes
1 answer

Centos , Proftpd cannot login using correct username and password

Im running CentOS and virtualmin on my server. Recently i updated it using "yum update". proftpd.conf got rewritten as well. Now proftpd starts, BUT i have no access to…
QProgrammer
  • 113
  • 3
  • 14
0
votes
2 answers

Jail user to their home doesn't work

I'm using proftpd on Debian 7. I need to jail each user in their own home directory, so they can't see and access parent folders. Actually each user is logged in his own homedir but they can see and access parent folders. As you can see below, I…
Mattia Merlini
  • 643
  • 1
  • 8
  • 24
0
votes
1 answer

ProFTP uploads failure on replace

Does someone know if it is possible to have proftpd to behave like this: If a file is replaced but upload failed, then keep the successfull old file. To keep file integrity. It's because i'm using it with an app.
Kwaadpepper
  • 516
  • 4
  • 15
0
votes
1 answer

proftpd mod_exec in conjuncion with

Is there a way to enable the module 'mod_exec' only with a certain proftdp user? I've compiled proftp with --with-modules=mod_exec:mod_ifsession and then configured in this way... ExecEngine …
Stefano Radaelli
  • 1,088
  • 2
  • 15
  • 35
0
votes
1 answer

Zpanel's proftpd can't create new ftp user (possibly after mysql update)

Problem: I used to create and delete ftp user accounts from Zpanel's "file > ftp accounts" with no problems ever. I tried to create a new account today and it all seems OK in zpanel, the UI returns "success", the account is listed in zpanel…
Vedran B
  • 33
  • 5
0
votes
1 answer

proftpd: distinguish daemon instances running

On my machine I've configured 2 instances of ProFTPd daemon with: 2 different PidFile 2 different listening port (21 & 2100) 2 different list of allowed users/path/permission/... Everything is working as expected but the problem that I have to…
Stefano Radaelli
  • 1,088
  • 2
  • 15
  • 35
0
votes
0 answers

proftpd on VPS - No such user found

I'm running a brand new installed VPS with CentOS 6.6 and Plesk 12.0.18. I created a subscription and by default a FTP user is created. However, I cannot login with these credentials. I also created a new user but the same problem presists. I'm 100%…
Timo002
  • 3,138
  • 4
  • 40
  • 65
0
votes
1 answer

proftpd trouble with File upload Permissions

I am hosting some servers for friends & want to give them a possibilty to upload / edit / delete files with FTP. So, I created some users, but everytime, they try to upload something, it gets uploaded, but the file permission is '0000'. How do I…
0
votes
2 answers

FreeBSD make error File 5.19 supports only version 12 magic files. /usr/share/misc/magic.mgc is version 8

I'm having trouble reinstalling ProFTPD on a FreeBSD 10.1 setup. The server is newly upgraded from 10.0 to 10.1. When I start the make install clean process, these warnings first shows on screen. ===> proftpd-1.3.5_4 depends on shared library:…
Aknot
  • 499
  • 1
  • 8
  • 18
0
votes
1 answer

FTP tranfer is kept on hold

I've set up a PROFTP server on a CentOS 7 machine. And I am accessing it from other machines (with windows servers) to send files to it. I've created some rules to only enable to stor files to a certain directory and the subdirectories will have…
Comum
  • 453
  • 5
  • 21
1 2 3
8 9