Hi everybody,
I have some trouble to connected with FileZilla in FTP to my server (Ubuntu 16.04.3 LTS with Plesk Onyx 17.5.3).
I allready readed those subjects :
- FTP Secured TLS does connect but does not obtain directory listing
- How to configure a passive ports range for ProFTPd on a server behind a firewall?
My file /etc/proftpd.conf contains :
</IfModule>
PassivePorts 49152 65534
</Global>
and in plesk in tools -> Firewall i had server FTP allow incoming for all et i had a other FTP Passive Ports allow incoming for all on ports 49152-65534/tcp.
And it still not working.
Just the part of ip_conntrack_ftp i don't understand very well, my result in the shell when i enter
/sbin/modprobe ip_conntrack_ftp and lsmod | grep conntrack_ftp is :
nf_conntrack_ftp 20480 0
nf_conntrack 106496 8 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_netlink,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
I tried to connect in the shell with lftp and it works find just a warning :
WARNING: Certificate verification: Not trusted
WARNING: Certificate verification: certificate common name doesn't match requested host name ‘127.0.0.1’
because i think it use the global certificate of the server and i connect on a other domain.
If i allow in Plesk > Tools & Settings > Security Policy > FTPS usage policy > Allow secure FTPS connections and not secure and i use in FileZilla not secure it works find.
If someone can help me, I would be very grateful to him.
Sorry for my english.
Cédric.
I have some trouble to connected with FileZilla in FTP to my server (Ubuntu 16.04.3 LTS with Plesk Onyx 17.5.3).
I allready readed those subjects :
- FTP Secured TLS does connect but does not obtain directory listing
- How to configure a passive ports range for ProFTPd on a server behind a firewall?
My file /etc/proftpd.conf contains :
</IfModule>
PassivePorts 49152 65534
</Global>
and in plesk in tools -> Firewall i had server FTP allow incoming for all et i had a other FTP Passive Ports allow incoming for all on ports 49152-65534/tcp.
And it still not working.
Just the part of ip_conntrack_ftp i don't understand very well, my result in the shell when i enter
/sbin/modprobe ip_conntrack_ftp and lsmod | grep conntrack_ftp is :
nf_conntrack_ftp 20480 0
nf_conntrack 106496 8 nf_nat,nf_nat_ipv4,xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_netlink,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
I tried to connect in the shell with lftp and it works find just a warning :
WARNING: Certificate verification: Not trusted
WARNING: Certificate verification: certificate common name doesn't match requested host name ‘127.0.0.1’
because i think it use the global certificate of the server and i connect on a other domain.
If i allow in Plesk > Tools & Settings > Security Policy > FTPS usage policy > Allow secure FTPS connections and not secure and i use in FileZilla not secure it works find.
If someone can help me, I would be very grateful to him.
Sorry for my english.
Cédric.