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

SFTP server: better to use SSH internal sftp subsystem or ProFTPD plugin?

I've been tasked to install a new SFTP server. Per-se, this is a very simple operation: simply using the internal-sftp role of the ubiquitous SSH service (with chrooting) is sufficient to have a reliable SFTP server. However it's in my nature to…
shodanshok
  • 47,711
  • 7
  • 111
  • 180
8
votes
5 answers

How to start / stop proftpd

I can't seem to find a way to stop / re-start proftpd. My server IP address is xx.yy.zz.ww and connecting from external devices via FTP gives me the prompt: Connected to xx.yy.zz.ww 220 ProFTPD 1.3.1 Server (ProFTPD) It then asks me for…
Stewie
  • 577
  • 2
  • 7
  • 17
8
votes
6 answers

How to change SFTP default directory

With proftpd you can change the default directory editing /etc/proftpd.conf DefaultRoot ~ change to DefaultRoot ~/music How i can achieve the same result with SFTP? Im using ubuntu lucid btw. Ty so much for your help.
Jonathan B
  • 83
  • 1
  • 1
  • 4
7
votes
3 answers

proFTPD unable to determine IP address

When starting the server this error is returned Starting ftp server: proftpd2014-08-03 18:39:22,045 web-amd-3700-2gb proftpd[22126]: warning: unable to determine IP address of 'web-amd-3700-2gb' 2014-08-03 18:39:22,045 web-amd-3700-2gb…
clarkk
  • 2,035
  • 8
  • 24
  • 36
7
votes
4 answers

ProFTP Won't Return Directory Listing

So I installed ProFTP on my Ubuntu 10.10 server. Using FileZilla, I can connect and authenticate, but I cannot get the directory listing. Here are the last few lines returned to me: Status: Connected Status: Retrieving directory listing... Command: …
Chiggins
  • 811
  • 8
  • 21
  • 37
5
votes
4 answers

How to "jail" a ftp user inside its home directory (proftpd)?

I have a user named "ftp3" that belong to group "ftpusers-temp". The home of that user is home/FTP-shared/temp In proftpd.conf I have the following 2 directives: DefaultRoot /home/FTP-shared DefaultRoot ~ ftpusers-temp I was expecting that user…
pvieira
  • 183
  • 1
  • 2
  • 7
4
votes
1 answer

ProFTPD IP masquerade just some ways

I am trying to setup a FTP server using ProFTPD on Xubuntu 15.10. Users will connect to this server in two ways: internally (using an internal IPv4 address) externally (using domain name pointed to NATed IPv4 and global IPv6) On top of that, I…
Vilican
  • 129
  • 1
  • 21
4
votes
1 answer

Proftpd configuration to run ftp/ftes ftps and sftp at the same time on different port

I have compile version of proftpd 1.3.4d with ftp, ftps, sftp and mysql authentication. So far I can have working at the same time on port 210: ftp and ftpes and on port 211 the sftp. ServerName "ProFTPD self contained…
Kiwy
  • 122
  • 2
  • 18
4
votes
2 answers

ProFTPd: Multiple Domain VirtualHosts on one IP address

I have a webserver that we are giving a consultant FTP access to. For one domain hosted on that server he needs access to a "dev" directory and for a different domain hosted on that server he needs access to a different directory. I am trying to set…
Jason
  • 261
  • 4
  • 7
4
votes
0 answers

ProFTPd/FTPS issue: unable to accept TLS connection: received EOF that violates protocol

It took some time while I tried to find solution over the net. Nothing helped. The story: I have Ubuntu 10.10 (Amazon EC2 instance). ProFTPD Version 1.3.2e (latest via apt-get). I changed nothing on server and ftp clients, but suddenly my clients…
confused-demon
  • 155
  • 1
  • 9
4
votes
1 answer

Proftpd CentOS user can only login with a /bin/bash shell

I've created a user and assigned a password and group (new group). The problem is this user can only login to FTP (proftpd) if he has shell = /bin/bash If I set the shell to /bin/false then Proftpd doesn't let him in and serves a 530 Login incorrect…
ServerBloke
  • 402
  • 1
  • 10
  • 20
4
votes
2 answers

Hide .svn directories with Proftpd

Is it possible to hide directories with Proftpd? Specifically .svn directories. There is a HideFiles but not a HideDirectories directive. The problem with HideFiles is that it doesn't match on full path. #…
4
votes
3 answers

Using proftpd how do I disable regular ftp but leave sftp running

We have a Debian Linux box with proftpd, we have both FTP and SFTP running, but we would like to disable regular FTP and just leave the SFTP running Is there some way to do this?
Tim
  • 171
  • 2
  • 3
  • 8
4
votes
2 answers

ProFTPD Virtual User Directory

Alright, I'm trying to replicate a web hosting company's basic setup here by authenticating virtual users via SQL and redirect/jail them to their directory. I've accomplished most of the goals here, with the exception of redirect/jailing them to…
Nik
  • 219
  • 2
  • 5
4
votes
3 answers

Proftpd: How to set default root to a users home directory without jailing the user?

I've installed proftpd on my debian box but I'm having having some trouble with the configuration. In my proftpd.conf I've added; DefaultRoot ~ !ftp_special This works fine in that all users except members of ftp-special are unable to navigate…
John
  • 201
  • 1
  • 3
  • 10
1
2 3
13 14