Page 1 of 1

FTP SSL/TLD (explicit)

Posted: Mon Sep 02, 2019 11:13 pm
by moon_
Hi everyone! I was trying to connect m NAS by FTP SSL and i can access but didn't find the directories, trying several things that I read on the internet (passive, open all ports, close the firewall, etc.) I couldnt access to my folders.
I try in local and i can see all but in other network show me this:

Code: Select all

Status:	Resolving address of SERVER
Status:	Connecting to SERVER IP ...
Status:	Connection established, waiting for welcome message...
Status:	Initializing TLS...
Status:	Verifying certificate...
Status:	TLS connection established.
Status:	Logged in
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PORT 192,168,1,13,215,28
Response:	200 PORT command successful
Command:	MLSD
Response:	425 Unable to build data connection: No route to host
Error:	Failed to retrieve directory listing
My configuration in QNAP
PROTOCOL TYPE - FTP WITH SSL/TLD
PORT NUMBER - 21

My configuration in filezilla
PROTOCOL - FTP
PORT 21
ENCRYPTION - FTP EXPLICIT OVER TLS
TRANSFER SETTINGS
ACTIVE

Thaks for the help! And sorry for my bad english.