By eric130144
I've installed proftpd on my droplet, successfully started it, and tried to access it remotely thru:
>ftp 198.199.71.29
and get
ftp: connection timed out
nmap shows:
Starting Nmap 6.00 ( http://nmap.org ) at 2013-06-11 15:43 UTC
Nmap scan report for admin.lakesentry.net (198.199.71.29)
Host is up (0.00060s latency).
Not shown: 997 closed ports
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
3690/tcp open svn
Initially I told it to use inetd vs. standalone, but changed that later in the config file after documentation directed standalone…So proftpd.conf shows:
Include /etc/proftpd/modules.conf
UseIPv6 on
IdentLookups off
ServerName “http://198.199.71.29” ServerType standalone DeferWelcome off
MultilineRFC2228 on DefaultServer on ShowSymlinks on
TimeoutNoTransfer 600 TimeoutStalled 600 TimeoutIdle 1200
DisplayLogin welcome.msg DisplayChdir .message true ListOptions “-l”
DenyFilter *.*/
DefaultRoot /var/ftpshare
Port 21
PassivePorts 49152 65534
#MasqueradeAddress 1.2.3.4
MaxInstances 30
User ##### Group #####
Umask 022 022
AllowOverwrite on
TransferLog /var/log/proftpd/xferlog SystemLog /var/log/proftpd/proftpd.log
#UseLastlog on
#SetEnv TZ :/etc/localtime
QuotaEngine off
Ratios off
DelayEngine on
ControlsEngine off ControlsMaxClients 2 ControlsLog /var/log/proftpd/controls.log ControlsInterval 5 ControlsSocket /var/run/proftpd/proftpd.sock
AdminControlsEngine off
#Include /etc/proftpd/ldap.conf #Include /etc/proftpd/sql.conf
#Include /etc/proftpd/tls.conf
#Include /etc/proftpd/virtuals.conf
Include /etc/proftpd/conf.d/
Help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Is proftpd running and listening on port 22? <br> <br>What does (netstat -plutn | grep ftp) output?
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.