I am setting up an FTPS server using FileZilla on a Server 2008 R2 VM but I am struggling to get the directory listings up.
I have created the certificate and key password and it imports without any problem into FileZilla (client) but I get the log below
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.41 beta
Response: 220 Welcome to The Swann Group download site.
Command: USER JasonW
Response: 331 Password required for jasonw
Command: PASS *********
Response: 230 Logged on
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Protection level set to P
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT 84,21,143,150,192,13
Response: 200 Port command successful
Command: MLSD
Response: 150 Opening data channel for directory list.
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
Response: 421 Connection timed out.
Error: Connection closed by server
And from the server I get,
(000036)18/12/2012 13:36:49 - (not logged in) (84.21.**.**)> Connected, sending welcome message...
(000036)18/12/2012 13:36:49 - (not logged in) (84.21.**.**)> SSL connection established
(000036)18/12/2012 13:36:49 - (not logged in) (84.21.**.**)> USER JasonW
(000036)18/12/2012 13:36:49 - (not logged in) (84.21.**.**)> 331 Password required for jasonw
(000036)18/12/2012 13:36:49 - (not logged in) (84.21.**.**)> PASS *********
(000036)18/12/2012 13:36:49 - jasonw (84.21.**.**)> 230 Logged on
(000036)18/12/2012 13:36:49 - jasonw (84.21.**.**)> PBSZ 0
(000036)18/12/2012 13:36:49 - jasonw (84.21.**.**)> 200 PBSZ=0
(000036)18/12/2012 13:36:50 - jasonw (84.21.**.**)> PROT P
(000036)18/12/2012 13:36:50 - jasonw (84.21.**.**)> 200 Protection level set to P
(000036)18/12/2012 13:36:50 - jasonw (84.21.**.**)> PWD
(000036)18/12/2012 13:36:50 - jasonw (84.21.**.**)> 257 "/" is current directory.
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> TYPE I
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> 200 Type set to I
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> PORT 84,21,143,150,192,13
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> 200 Port command successful
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> MLSD
(000036)18/12/2012 13:36:51 - jasonw (84.21.**.**)> 150 Opening data channel for directory list.
(000036)18/12/2012 13:37:01 - jasonw (84.21.**.**)> 425 Can't open data connection.
(000036)18/12/2012 13:40:02 - jasonw (84.21.**.**)> 421 Connection timed out.
(000036)18/12/2012 13:40:02 - jasonw (84.21.**.**)> disconnected.I have checked all outgoing ports are set to allow all traffic with in the set range.
Any thoughts on what I am missing?
Edited by Intrinsica, 19 December 2012 - 09:00. Reason: : edited at OP's request






