Win Can't connect to FTP
#1
I'm trying to connect to my PVR over FTP, however I can't make a connection.

Unable to connect
Could not reiceive directory information.
This could be due to the network not being connected.
Would you like to add it anyway?


However, Windows Explorer and FIleZIlla FTP do connect to the FTP server.

xbmc.log:
Code:
16:04:47 T:2860 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 56
16:04:47 T:2860   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
16:04:47 T:3404   ERROR: XFILE::CDirectory::GetDirectory - Error getting ftp://HumaxFTP:[email protected]:21/media/
16:04:47 T:3404   ERROR: CGUIDialogFileBrowser::GetDirectory(ftp://HumaxFTP:[email protected]:21/media/) failed
16:04:51 T:3404 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 56
16:04:51 T:3404   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
16:04:51 T:3404   ERROR: XFILE::CDirectory::GetDirectory - Error getting ftp://HumaxFTP:[email protected]:21/media/

FileZilla log:
Code:
Status:    Connecting to 192.168.0.116:21...
Status:    Connection established, waiting for welcome message...
Response:    220 Welcome to connection.
Command:    USER HumaxFTP
Response:    331 Password required for humaxftp.
Command:    PASS ****
Response:    230 User logged in, proceed.
Command:    SYST
Response:    215 UNIX system type.
Command:    FEAT
Response:    500 Syntax error, command unrecognized.
Status:    Connected
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/media" is current working dir.
Command:    TYPE I
Response:    200 Port command successful
Command:    PASV
Response:    502 Command not implemented.
Command:    PORT 192,168,0,104,197,211
Response:    200 Port command successful
Command:    LIST
Response:    150 Opening data connection for directory list
Response:    226 Closing data connection.
Status:    Directory listing successful
Reply
#2
Hi,

I have exactly the same problem using my windows XBMC.
Access with filezilla or ftp in console works fine.

regards,
Benaldi
Reply
#3
Hi again,

I have ftp to humax working by setting the location to:
ftp://HumaxFTP:[email protected]:21/Video/?active

where xxx is your own IP address of the humax

regards,
Benaldi
Reply

Logout Mark Read Team Forum Stats Members Help
Can't connect to FTP0