oukiar / freestyledash

Automatically exported from code.google.com/p/freestyledash
5 stars 2 forks source link

FTP Fails? #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Freestyle, try to FTP, Fails

What version of the product are you using? On what operating system?
The newest one as of today(3/5/10) on this site

Please provide any additional information below.

Status: Connecting to 192.168.1.74:21...
Status: Connection established, waiting for welcome message...
Response:   220 Minftpd ready
Command:    USER xbox
Response:   331 pretend login accepted
Command:    PASS ****
Response:   230 fake user logged in
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "\"
Command:    TYPE I
Response:   200 Type set to I
Command:    PORT 192,168,1,115,17,222
Response:   200 PORT command successful
Command:    LIST
Response:   150 Opening connection
Response:   550 No error
Error:  Failed to retrieve directory listing

I have tried in active and passive, no dice, yes I set my config correctly

Original issue reported on code.google.com by brgau...@gmail.com on 4 Mar 2010 at 11:41

GoogleCodeExporter commented 9 years ago
Active ftp connection was not working and has now been fixed.

Original comment by hell...@gmail.com on 7 Mar 2010 at 5:41