I tried that change and this is what I get:
Code:
Status: Resolving address of thecanadiansandbox.x10.mx
Status: Connecting to 69.175.120.122:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 4 of 75 allowed.
Response: 220-Local time is now 12:05. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220-IPv6 connections are also welcome on this server.
Response: 220 You will be disconnected after 2 minutes of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Command: USER ********
Status: TLS/SSL connection established.
Response: 331 User ******** OK. Password required
Command: PASS ****************
Response: 230 OK. Current restricted directory is /
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: EPRT
Response: IDLE
Response: MDTM
Response: SIZE
Response: REST STREAM
Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response: MLSD
Response: AUTH TLS
Response: PBSZ
Response: PROT
Response: ESTA
Response: PASV
Response: EPSV
Response: SPSV
Response: ESTP
Response: 211 End.
Command: PBSZ 0
Response: 200 PBSZ=0
Command: PROT P
Response: 200 Data protection level set to "private"
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is your current location
Command: TYPE I
Response: 200 TYPE is now 8-bit binary
Command: PASV
Response: 227 Entering Passive Mode (69,175,120,122,167,74)
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
---------- Post added at 05:10 PM ---------- Previous post was at 05:07 PM ----------
The second time I made an attempt without changing anything from the previously one I get this:
Code:
13:08:26 Status: Resolving address of thecanadiansandbox.x10.mx
13:08:26 Status: Connecting to 69.175.120.122:21...
13:08:26 Status: Connection established, waiting for welcome message...
13:08:26 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
13:08:26 Response: 220-You are user number 8 of 75 allowed.
13:08:26 Response: 220-Local time is now 12:08. Server port: 21.
13:08:26 Response: 220-This is a private system - No anonymous login
13:08:26 Response: 220-IPv6 connections are also welcome on this server.
13:08:26 Response: 220 You will be disconnected after 2 minutes of inactivity.
13:08:26 Command: AUTH TLS
13:08:26 Response: 234 AUTH TLS OK.
13:08:26 Status: Initializing TLS...
13:08:26 Status: Verifying certificate...
13:08:26 Command: USER ********
13:08:26 Status: TLS/SSL connection established.
13:08:26 Response: 331 User ******** OK. Password required
13:08:26 Command: PASS ****************
13:08:26 Response: 230 OK. Current restricted directory is /
13:08:26 Command: PBSZ 0
13:08:26 Response: 200 PBSZ=0
13:08:26 Command: PROT P
13:08:26 Response: 200 Data protection level set to "private"
13:08:26 Status: Connected
13:08:26 Status: Retrieving directory listing...
13:08:26 Command: PWD
13:08:27 Response: 257 "/" is your current location
13:08:27 Command: TYPE I
13:08:27 Response: 200 TYPE is now 8-bit binary
13:08:27 Command: PASV
13:08:27 Response: 227 Entering Passive Mode (69,175,120,122,222,23)
13:08:27 Command: MLSD
13:08:47 Error: GnuTLS error -53: Error in the push function.