• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP stopped working?

yhelothar

Lifer
It was working great for several years and it recently stopped working.

I tried using a BulletProof FTP server and a FileZilla server.
For the client, I'm using FileZilla.


Here's the server side log from the BPFTP

(000001) 10/11/2013 7:36:59 PM - (not logged in) (72.67.89.204) > 220 astro
(000001) 10/11/2013 7:36:59 PM - (not logged in) (72.67.89.204) > USER lab
(000001) 10/11/2013 7:36:59 PM - (not logged in) (72.67.89.204) > 331 Password required for lab.
(000001) 10/11/2013 7:36:59 PM - (not logged in) (72.67.89.204) > PASS ********
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > logged in.
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 230 User lab logged in.
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > PWD
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 257 "/" is current directory.
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > TYPE I
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 200 Type set to I.
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > PASV
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 227 Entering Passive Mode (72,67,89,204,0,21).
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > LIST
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 150 Data connection accepted from 72.67.89.204:1026; transfer starting.
(000001) 10/11/2013 7:36:59 PM - lab (72.67.89.204) > 226 Transfer ok
(000001) 10/11/2013 7:37:20 PM - lab (72.67.89.204) > disconnected. (00:00:21)

Here's the client side log from BPFTP
Status: Resolving address of astro.myftp.biz
Status: Connecting to 72.67.89.204:21...
Status: Connection established, waiting for welcome message...
Response: 220 astro
Command: USER lab
Response: 331 Password required for lab.
Command: PASS
Response: 230 User lab logged in.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (72,67,89,204,0,21).
Command: LIST
Response: 150 Data connection accepted from 72.67.89.204:1025; transfer starting.
Response: 226 Transfer ok
Error: Connection timed out
Error: Failed to retrieve directory listing


Here's the server side log from FileZilla
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> Connected, sending welcome message...
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> 220-FileZilla Server version 0.9.41 beta
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> USER lab
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> 331 Password required for lab
(000006)10/11/2013 19:41:43 PM - (not logged in) (72.67.89.204)> PASS
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> 230 Logged on
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> PWD
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> 257 "/" is current directory.
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> TYPE I
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> 200 Type set to I
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> PASV
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> 227 Entering Passive Mode (192,168,1,2,243,187)
(000006)10/11/2013 19:41:43 PM - lab (72.67.89.204)> LIST
(000006)10/11/2013 19:41:53 PM - lab (72.67.89.204)> 425 Can't open data connection.

Here's the client side log from FileZilla

Status: Resolving address of astro.myftp.biz
Status: Connecting to 72.67.89.204:21...
Status: Connection established, waiting for welcome message...
Response: 220-FileZilla Server version 0.9.41 beta
Response: 220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response: 220 Please visit http://sourceforge.net/projects/filezilla/
Command: USER lab
Response: 331 Password required for lab
Command: PASS
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (192,168,1,2,243,187)
Status: Server sent passive reply with unroutable address. Using server address instead.
Command: LIST
Response: 425 Can't open data connection.
Error: Failed to retrieve directory listing
 
I also tried using windows explorer and Linux's file explorer to open the FTP. They used to work great but not anymore either. :\
 
Back
Top