Username: epiz_27334897
Hi, I’m encountering a problem with uploading files via FTP with FileZilla.
I suspect the issue might have been because I connected on my secondary PC once. Before that I only used my main PC and encountered no issues. Now the issue arises on both PCs, on any network I try. Please help.
Status: Disconnected from server
Status: Resolving address of ftpupload.net
Status: Connecting to 185.27.134.11:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 342 of 6900 allowed.
Response: 220-Local time is now 11:29. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 60 seconds of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Command: USER epiz_27334897
Response: 331 User epiz_27334897 OK. Password required
Command: PASS ************
Response: 230-Your bandwidth usage is restricted
Response: 230 OK. Current restricted directory is /
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
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: PASV
Response: 227 Entering Passive Mode (185,27,134,11,110,88)
Command: MLSD
Error: GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error: The data connection could not be established: ECONNABORTED - Connection aborted
Because the error happens when entering passive mode, I tried forcing it into active mode, with fallback disabled. Here is the log:
Status: Disconnected from server
Status: Resolving address of ftpupload.net
Status: Connecting to 185.27.134.11:21...
Status: Connection established, waiting for welcome message...
Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response: 220-You are user number 314 of 6900 allowed.
Response: 220-Local time is now 11:30. Server port: 21.
Response: 220-This is a private system - No anonymous login
Response: 220 You will be disconnected after 60 seconds of inactivity.
Command: AUTH TLS
Response: 234 AUTH TLS OK.
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Command: USER epiz_27334897
Response: 331 User epiz_27334897 OK. Password required
Command: PASS ************
Response: 230-Your bandwidth usage is restricted
Response: 230 OK. Current restricted directory is /
Command: OPTS UTF8 ON
Response: 200 OK, UTF-8 enabled
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 10,12,119,127,228,80
Response: 500 I won't open a connection to 10.12.XXX.XXX (only to 202.94.XX.XX)
Error: Failed to retrieve directory listing