Sentora Support Forums

Full Version: Accessing FTP using FileZilla
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried to access ftp using filezilla and I'm definitely sure my User and password is right. But I am getting this error. Any idea how?

Status:    Resolving address of cp.xxxxxxx.com
Status:    Connecting to xxx.xxx.xxx.xxx:21...
Status:    Connection established, waiting for welcome message...
Response:    220 ProFTPD 1.3.5a Server (Sentora FTP Server) [::ffff:xxx.xxx.xxx.xxx]
Command:    AUTH TLS
Error:    Connection timed out after 20 seconds of inactivity
Error:    Could not connect to server
PASV ports open in firewall?

Any firewall setup there?

M B
(08-31-2015, 08:41 PM)Me.B Wrote: [ -> ]PASV ports open in firewall?

Any firewall setup there?

M B

I'm using iptables

iptables -A INPUT -p tcp -m tcp --dport 21 -j ACCEPT

and CSF default setting.
non enough you need to open PASV ports here for Proftpd

http://www.proftpd.org/docs/directives/l...Ports.html
won't it be security issues if opening too many ports?
nope as those are needed for FTP PASV or you need to disable it.

M B