Comments on How to install and configure ProFTPD on Debian Wheezy and Ubuntu 14.04
This document describes how to install and configure ProFTPD on a Debian Wheezy Server, it will also work on Ubuntu 14.04. ProFTPD is an FTP daemon for unix and unix-like operating systems. ProFTPD is developed, released and distributed under the GNU Public License (GPL), which basically establishes it as free software, meaning that it may be sold, licensed and otherwise manipulated in any way desired.
7 Comment(s)
Comments
thx. very good!
Many thanks. Helped me setup FTPS (ftp over SSL) for testing server to server file transfers.
Thanks for tutorial!
Few hints for others:
1. if you are getting errors when trying to connect on proftpd restarts like:
""proftpd[1796]: error: no valid servers configured""
then make sure your /etc/hosts is in order and matches the server's DNS and hostname
2. for some reason the restart failed for me a lot - the service is not started - I every time need to do:
service proftpd stop
service proftpd start
(chaining it with && also doesn't work for me)
3. if you want to make TLS "optional" you need to edit file "/etc/proftpd/tls.conf" like this:
TLSRequired off
(just in case it's not straighforward for you)
Good luck to you all!
Hi
Need to uncomment this to make this script useful
RequireValidShell off
Best Regards
---
khalil CHARFI
Many thanks ... I've used it every time I set up a new server in dev.
Great. Had been trying before but always got the '530' error. Your instruction just worked right away
can anybody help me to mount ntfs microsd card?