Greetings,
Second day when I'm trying to solve FTP connection issue. Tried almost everything, google it a lot, but still didn't helped any tutorials and suggestions.
Trouble is - set up all ports (probably) right, connecting to ftp, just getting stuck on "Failed to retrieve directory", and it stuck on directory "/" and shows nothing else.
Also, enabled "Active" mode on FileZilla, but strange thing either - when I'm connecting on LAN network (in example 192.168.x.x, [email protected], password) - connecting successfully, but when I'm outside of LAN network - can't reach FTP through domain and same logins (with external IP either).
Filezilla log:
I'm just not sure why getting transfer "Response: 200-FXP transfer: from 78.60.28.239 to 192.168.0.107", is something wrong with DA config, or server?
Also, when I'm trying to connect SFTP with server admin account - getting connected properly and successfully, but what's related with DA created FTP accounts - can't get into it. Any ideas why?
Server OS - Centos 7
Second day when I'm trying to solve FTP connection issue. Tried almost everything, google it a lot, but still didn't helped any tutorials and suggestions.
Trouble is - set up all ports (probably) right, connecting to ftp, just getting stuck on "Failed to retrieve directory", and it stuck on directory "/" and shows nothing else.
Also, enabled "Active" mode on FileZilla, but strange thing either - when I'm connecting on LAN network (in example 192.168.x.x, [email protected], password) - connecting successfully, but when I'm outside of LAN network - can't reach FTP through domain and same logins (with external IP either).
Filezilla log:
Code:
Status: Resolving address of domain.com
Status: Connecting to 5.20.64.129:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Error: Server sent unsorted certificate chain in violation of the TLS specifications
Status: Verifying certificate...
Status: TLS connection established.
Command: USER [email protected]
Response: 331 User [email protected] OK. Password required
Command: PASS *********
Response: 230-This server supports FXP transfers
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: UTF8
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: MFMT
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: PRET
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: TVFS
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Command: OPTS UTF8 ON
Response: 504 Unknown command
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Data protection level set to "private"
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PORT 192,168,0,107,148,73
Response: 200-FXP transfer: from 78.60.28.239 to 192.168.0.107
Response: 200 PORT command successful
Command: MLSD
Response: 425 Could not open data connection to port 37961: Connection refused
Error: Failed to retrieve directory listing
I'm just not sure why getting transfer "Response: 200-FXP transfer: from 78.60.28.239 to 192.168.0.107", is something wrong with DA config, or server?
Also, when I'm trying to connect SFTP with server admin account - getting connected properly and successfully, but what's related with DA created FTP accounts - can't get into it. Any ideas why?
Server OS - Centos 7