Questions tagged [proftpd]

ProFTPD is a popular free and open-source ftp server daemon for unix-like systems

ProFTPD is a popular free and open-source server daemon for unix-like systems. It is also compatible with microsoft windows via .

Links

Similar

59 questions
6
votes
2 answers

chown: changing ownership not permitted, even though running as root

I managed to configure my Raspberry Pi as an FTP server with ProFTPD. The only problem is, I can´t upload and rename files and Windows Explorer says: 350 File or directory exists,ready for destination name 550 Rename xyz permission denied Now…
5
votes
0 answers

proftpd, 530 Login Incorrect

I'm trying to set up proftpd to run some tests (not production, lab tests) and would like it to accept users and root user. According to the manual proftpd uses the system user list. However all my attempts to log in as any user (root or not)…
user2018084
  • 2,254
5
votes
4 answers

FTP Illegal PORT command

I've set up proftpd to use ssl/tls. Trying to connect I get an 'Illegal PORT command' Finding Host xxx.nl ... Connecting to xxx.xxx.xxx.xxx:21 Connected to xxx.xxx.xxx.xxx:21 in 0.018001 seconds, Waiting for Server Response Initializing SSL Session…
Patrick
  • 51
5
votes
1 answer

ProFTPD DisplayLogin not showing?

In my config I have set DisplayLogin to /etc/welcome.msg and inside welcome.msg set a welcome message and saved it. I then restart the ProFTPD service, go to connect via FileZilla and the message is not shown at all. All I get is: Connection…
Erdss4
  • 193
4
votes
2 answers

Cannot connect to FTP via Filezilla on Lightsail

I created an instance of Debian on Amazon Lightsail. Everything works fine except FTP. I added port 21 to the firewall: Next, I followed these instructions to the letter on how to install proftpd:…
2
votes
0 answers

ProFTPd overwrite directory setting when globbing

I have lots of folders and I want to apply some settings (hide files) to almost all of them, but there are 2 folders where I want different settings. proftpd.conf: HideFiles none IgnoreHidden Off …
Nick
  • 21
2
votes
2 answers

Some files/directories are not listed by ProFTPD server

I just inherited a WordPress site that a client had half-developed by another web developer. The site is hosted on a Strato dedicated server and has got a Plesk installed on it. I just made an FTP user to get an FTP access to the site. Up till here,…
anexo
  • 123
2
votes
1 answer

AllowGroup in proftpd not working

i want to limit ftp logins to only users from a specific group: in /etc/proftpd/proftpd.conf i have: AllowGroup ftpuser but i can still connect to ftp using a user outside the group: root@packer-debian-7:/etc/proftpd#…
ulkas
  • 123
2
votes
0 answers

ProFTPd server fails to send directory listing

I host a FTP server with proftpd on Cygwin/Windows 7. Unfortunately it does not work, as people can log in, but not view the directory listing. Cygwin users have guaranteed me this is a software issue and not a Cygwin issue, although I have no idea…
ujjain
  • 1,725
2
votes
1 answer

can't get ProFTPD to serve up sftp

I installed ProFTPD by doing sudo apt install proftpd, updated my /etc/proftpd/proftpd.conf file to hopefully serve up on port 2222 (the contents of that file are at the bottom of this post), and then started it up by doing sudo systemctl restart…
neubert
  • 7,574
  • 39
  • 94
  • 156
2
votes
0 answers

Cannot list files & directories in Proftpd & SFTP mode

I'm running SFTP /proftpd# proftpd -V Compile-time Settings: Version: 1.3.7a (maint) Platform: LINUX [Linux 6.1.10-x86_64-linode159 x86_64] Built: Sat Sep 18 2021 21:42:19 UTC Built With: configure '--infodir=/share/info'…
2
votes
1 answer

ProFTPD SFTP authentication banner

I installed and configured ProFTPD with SFTP option. But when I'm connecting to the service via WinSCP or native OpenSSH scp client, after I enter the user credentials, I get banner similar to SSH motd. Linux debian1 4.19.0-12-amd64 #1 SMP Debian…
valter
  • 23
2
votes
1 answer

FileZilla error: "The data connection could not be established: ETIMEDOUT - Connection attempt timed out" when connecting to ProFTPD

I'm still getting the error after trying the solutions here. Any other ideas how to solve this? I'm using a CentOS 7 server (64bit, x86), on AWS. Below are the messages from FileZilla. Status: Connecting to XXX.XXX.XX.XXX:21... Status: Connection…
2
votes
1 answer

FTP access error from Safari in iOS / macOS after updating OS

I have a ProFTPd Server where the users can access to files using links dynamically generated in a website. The link URL follows the pattern ftp://user:password@host/path/to/file With the new iOS 11 and new macOS, users cannot access the FTP server.…
2
votes
2 answers

How can I access localhost using XAMPP with Filezilla on Mac OS X?

I successfully installed XAMPP on Mac OS X EL Capitan Version 10.11.1. Apache Server, ProFTPD and MySQL Database are running. I followed XAMPP's How-to-guide to transfer files via the proFTPD server / configure FTP access, so I can also use a FTP…
1
2 3 4