@slowreader and @patton: Ok, then you should contact your internet provider support.
- martin
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Secure Connection Failed
An error occurred during a connection to danford.net:2083. PR_CONNECT_RESET_ERROR
Error code: PR_CONNECT_RESET_ERROR
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
Timeout detected. (control connection)
Connection failed.
Timeout detected. (data connection)
Could not retrieve directory listing
Error listing directory '/'.
PASV
command response is not correct IP address of the server. What is probably your case, but not in this thread.
< 2023-07-27 13:54:56.295 257 "/Vendor/Soarian/ININD" is current directory
. 2023-07-27 13:54:56.295 Changing directory to "/Vendor/Soarian/ININD".
> 2023-07-27 13:54:56.295 CWD /Vendor/Soarian/ININD
< 2023-07-27 13:54:56.326 250 CWD command successful
. 2023-07-27 13:54:56.326 Getting current directory name.
> 2023-07-27 13:54:56.326 PWD
< 2023-07-27 13:54:56.373 257 "/Vendor/Soarian/ININD" is current directory
. 2023-07-27 13:54:56.373 Startup conversation with host finished.
. 2023-07-27 13:54:56.451 Retrieving directory listing...
> 2023-07-27 13:54:56.451 TYPE A
< 2023-07-27 13:54:56.498 200 TYPE command successful
> 2023-07-27 13:54:56.498 PASV
< 2023-07-27 13:54:56.529 227 Entering Passive Mode (10,240,101,27,11,245)
> 2023-07-27 13:54:56.529 LIST
. 2023-07-27 13:54:56.529 Connecting to 10.240.101.27:3061 ...
< 2023-07-27 13:54:56.576 150 Opening ASCII mode data connection
. 2023-07-27 13:55:01.185 Timeout detected. (data connection)
. 2023-07-27 13:55:01.185 Could not retrieve directory listing
* 2023-07-27 13:55:01.232 (EFatal) **Lost connection.**
* 2023-07-27 13:55:01.232 Timeout detected. (data connection)
* 2023-07-27 13:55:01.232 Could not retrieve directory listing
* 2023-07-27 13:55:01.232 Error listing directory '/Vendor/Soarian/ININD'.
sudo echo "40110 40210" > /etc/pure-ftpd/conf/PassivePortRange
sudo service pure-ftpd-mysql restart
sudo echo "YOUR_EXTERNAL_IP_ADDR" > /etc/pure-ftpd/conf/ForcePassiveIP
sudo service pure-ftpd-mysql restart
MSLD
as log seemed to show cause the connection was lost just after MSLD
trying to get the dir listed. The Linux vsftpd server was good:
/etc/vsftpd/vsftpd.conf
it had both active and passive services OK
connect_from_port_20=YES
pasv_enable=YES
setsebool -P ftpd_connect_all_unreserved 1
ftp.exe
supporting only active FTP.
Timeout detected. (data connection)
Could not retrieve directory listing
Error listing directory '/'.
For example these all ports must be allowed to use passive mode.Response: 227 Entering Passive Mode (202,234,195,227,219,190).
219
and 190
represent a port number 56254 (219 * 256 + 190). The 202,234,195,227
is an IP address. So there's only one port number in the message.
Response: 227 Entering Passive Mode (202,234,195,227,219,190).
> 2011-07-13 12:45:14.765 SYST
< 2011-07-13 12:45:14.937 215 UNIX emulated by FileZilla
> 2011-07-13 12:45:14.937 FEAT
< 2011-07-13 12:45:15.125 211-Features:
< 2011-07-13 12:45:15.125 MDTM
< 2011-07-13 12:45:15.125 REST STREAM
< 2011-07-13 12:45:15.125 SIZE
< 2011-07-13 12:45:15.125 MLST type*;size*;modify*;
< 2011-07-13 12:45:15.125 MLSD
< 2011-07-13 12:45:15.125 AUTH SSL
< 2011-07-13 12:45:15.125 AUTH TLS
< 2011-07-13 12:45:15.125 PROT
< 2011-07-13 12:45:15.125 PBSZ
< 2011-07-13 12:45:15.125 UTF8
< 2011-07-13 12:45:15.125 CLNT
< 2011-07-13 12:45:15.125 MFMT
< 2011-07-13 12:45:15.140 211 End
> 2011-07-13 12:45:15.140 PBSZ 0
< 2011-07-13 12:45:15.312 200 PBSZ=0
> 2011-07-13 12:45:15.312 PROT P
< 2011-07-13 12:45:15.484 200 Protection level set to P
. 2011-07-13 12:45:15.484 Connected
. 2011-07-13 12:45:15.484 --------------------------------------------------------------------------
. 2011-07-13 12:45:15.500 Using FTP protocol.
. 2011-07-13 12:45:15.500 Doing startup conversation with host.
> 2011-07-13 12:45:15.515 PWD
< 2011-07-13 12:45:15.687 257 "/" is current directory.
. 2011-07-13 12:45:15.687 Getting current directory name.
. 2011-07-13 12:45:15.703 Retrieving directory listing...
> 2011-07-13 12:45:15.703 TYPE A
< 2011-07-13 12:45:15.875 200 Type set to A
> 2011-07-13 12:45:15.890 PASV
< 2011-07-13 12:45:16.078 227 Entering Passive Mode (172,16,18,6,195,83)
> 2011-07-13 12:45:16.078 LIST -a
< 2011-07-13 12:45:26.609 425 Can't open data connection.
. 2011-07-13 12:45:26.609 Could not retrieve directory listing
. 2011-07-13 12:45:26.625 Retrieving directory listing...
> 2011-07-13 12:45:26.625 TYPE A
< 2011-07-13 12:45:26.796 200 Type set to A
> 2011-07-13 12:45:26.796 PASV
< 2011-07-13 12:45:26.984 227 Entering Passive Mode (172,16,18,6,195,84)
> 2011-07-13 12:45:26.984 LIST
< 2011-07-13 12:45:37.609 425 Can't open data connection.
. 2011-07-13 12:45:37.609 Could not retrieve directory listing
* 2011-07-13 12:45:37.609 (ECommand) Error listing directory '/'.
* 2011-07-13 12:45:37.609 Could not retrieve directory listing
* 2011-07-13 12:45:37.609 Can't open data connection.
. 2011-07-13 12:45:13.218 --------------------------------------------------------------------------
. 2011-07-13 12:45:13.218 WinSCP Version 4.3.3 (Build 1340) (OS 5.1.2600 Service Pack 3)
. 2011-07-13 12:45:13.218 Configuration: HKEY_CURRENT_USER\Software\Martin Prikryl\WinSCP 2\
. 2011-07-13 12:45:13.218 Login time: Wednesday, July 13, 2011 12:45:13 PM
. 2011-07-13 12:45:13.218 --------------------------------------------------------------------------
. 2011-07-13 12:45:13.218 Session name: CambridgeAssessment@ftps.vizual.co.uk (Ad-Hoc session)
. 2011-07-13 12:45:13.218 Host name: ftps.vizual.co.uk (Port: 990)
. 2011-07-13 12:45:13.218 User name: CambridgeAssessment (Password: Yes, Key file: No)
. 2011-07-13 12:45:13.218 Tunnel: No
. 2011-07-13 12:45:13.218 Transfer Protocol: FTP
. 2011-07-13 12:45:13.218 Ping type: C, Ping interval: 30 sec; Timeout: 15 sec
. 2011-07-13 12:45:13.218 Proxy: none
. 2011-07-13 12:45:13.218 FTP: FTPS: Implicit SSL/TLS; Passive: Yes [Force IP: No]
. 2011-07-13 12:45:13.218 Local directory: default, Remote directory: home, Update: No, Cache: Yes
. 2011-07-13 12:45:13.218 Cache directory changes: Yes, Permanent: Yes
. 2011-07-13 12:45:13.218 DST mode: 1
. 2011-07-13 12:45:13.218 --------------------------------------------------------------------------
. 2011-07-13 12:45:13.890 Connecting to ftps.vizual.co.uk:990 ...
. 2011-07-13 12:45:14.031 Connected with ftps.vizual.co.uk:990, negotiating SSL connection...
. 2011-07-13 12:45:14.406 SSL connection established. Waiting for welcome message...
< 2011-07-13 12:45:14.406 220 WELCOME TO FTPS.VIZUAL.CO.UK Vizual Business Tools Secure FTP Site ========
> 2011-07-13 12:45:14.406 USER CambridgeAssessment
< 2011-07-13 12:45:14.593 331 Password required for cambridgeassessment
> 2011-07-13 12:45:14.593 PASS **************************
< 2011-07-13 12:45:14.765 230 Logged on
> 2011-07-13 12:45:14.765 SYST
< 2011-07-13 12:45:14.937 215 UNIX emulated by FileZilla
> 2011-07-13 12:45:14.937 FEAT
< 2011-07-13 12:45:15.125 211-Features:
< 2011-07-13 12:45:15.125 MDTM
< 2011-07-13 12:45:15.125 REST STREAM
< 2011-07-13 12:45:15.125 SIZE
< 2011-07-13 12:45:15.125 MLST type*;size*;modify*;
< 2011-07-13 12:45:15.125 MLSD
< 2011-07-13 12:45:15.125 AUTH SSL
< 2011-07-13 12:45:15.125 AUTH TLS
< 2011-07-13 12:45:15.125 PROT
< 2011-07-13 12:45:15.125 PBSZ
< 2011-07-13 12:45:15.125 UTF8
< 2011-07-13 12:45:15.125 CLNT
< 2011-07-13 12:45:15.125 MFMT
< 2011-07-13 12:45:15.140 211 End
> 2011-07-13 12:45:15.140 PBSZ 0
< 2011-07-13 12:45:15.312 200 PBSZ=0
> 2011-07-13 12:45:15.312 PROT P
< 2011-07-13 12:45:15.484 200 Protection level set to P
. 2011-07-13 12:45:15.484 Connected
. 2011-07-13 12:45:15.484 --------------------------------------------------------------------------
. 2011-07-13 12:45:15.500 Using FTP protocol.
. 2011-07-13 12:45:15.500 Doing startup conversation with host.
> 2011-07-13 12:45:15.515 PWD
< 2011-07-13 12:45:15.687 257 "/" is current directory.
. 2011-07-13 12:45:15.687 Getting current directory name.
. 2011-07-13 12:45:15.703 Retrieving directory listing...
> 2011-07-13 12:45:15.703 TYPE A
< 2011-07-13 12:45:15.875 200 Type set to A
> 2011-07-13 12:45:15.890 PASV
< 2011-07-13 12:45:16.078 227 Entering Passive Mode (172,16,18,6,195,83)
> 2011-07-13 12:45:16.078 LIST -a
< 2011-07-13 12:45:26.609 425 Can't open data connection.
. 2011-07-13 12:45:26.609 Could not retrieve directory listing
. 2011-07-13 12:45:26.625 Retrieving directory listing...
> 2011-07-13 12:45:26.625 TYPE A
< 2011-07-13 12:45:26.796 200 Type set to A
> 2011-07-13 12:45:26.796 PASV
< 2011-07-13 12:45:26.984 227 Entering Passive Mode (172,16,18,6,195,84)
> 2011-07-13 12:45:26.984 LIST
< 2011-07-13 12:45:37.609 425 Can't open data connection.
. 2011-07-13 12:45:37.609 Could not retrieve directory listing
* 2011-07-13 12:45:37.609 (ECommand) Error listing directory '/'.
* 2011-07-13 12:45:37.609 Could not retrieve directory listing
* 2011-07-13 12:45:37.609 Can't open data connection.
Could not retrieve directory listing -Can't open data connection
PASV
) connection? If so, you'll need to configure your client accordingly and ensure the proper PASV
ports are open on your firewall if you are accessing your FTP server through one. FTP server admin, if other than you, will know the PASSIVE port range.
SYST
215 Windows_NT
FEAT
211-FEAT
SIZE
MDTM
211 END
Connected
--------------------------------------------------------------------------
Using FTP protocol.
Doing startup conversation with host.
PWD
257 "/" is current directory.
Getting current directory name.
Retrieving directory listing...
TYPE A
200 Type set to A.
PORT 192,168,1,47,15,209
200 PORT command successful.
LIST -a
150 Opening ASCII mode data connection for /bin/ls.
425 Can't open data connection.
Could not retrieve directory listing
Retrieving directory listing...
TYPE A
200 Type set to A.
PORT 192,168,1,47,15,211
200 PORT command successful.
LIST
150 Opening ASCII mode data connection for /bin/ls.
425 Can't open data connection.
Could not retrieve directory listing
(ECommand) Error listing directory '/'.
Could not retrieve directory listing
Can't open data connection.
Startup conversation with host finished.
TYPE A
200 Type set to A.
TYPE A
200 Type set to A.
Could not retrieve directory listing
Can't open data connection.
Timeout detected.
Could not retrieve directory listing
Opening ASCII mode data connection for /bin/ls.
Error listing directory '/'.