Sentora Support Forums
Accessing FTP using FileZilla - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: FTP Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=39)
+---- Thread: Accessing FTP using FileZilla (/showthread.php?tid=1913)



Accessing FTP using FileZilla - RiCaPp - 08-31-2015

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


RE: Accessing FTP using FileZilla - Me.B - 08-31-2015

PASV ports open in firewall?

Any firewall setup there?

M B


RE: Accessing FTP using FileZilla - RiCaPp - 08-31-2015

(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.


RE: Accessing FTP using FileZilla - Me.B - 09-01-2015

non enough you need to open PASV ports here for Proftpd

http://www.proftpd.org/docs/directives/linked/config_ref_PassivePorts.html


RE: Accessing FTP using FileZilla - RiCaPp - 09-01-2015

won't it be security issues if opening too many ports?


RE: Accessing FTP using FileZilla - Me.B - 09-01-2015

nope as those are needed for FTP PASV or you need to disable it.

M B


RE: Accessing FTP using FileZilla - MarkDark - 09-02-2015

http://forums.sentora.org/showthread.php?tid=1041&pid=11115#pid11115