返回列表 回復 發帖

FTP Active mode problem

I'm trying to use the supposedly fixed active mode for accessing an ftp (since the ftp server i'm using uses PRET so i can't use PASV mode and xbmc doesn't support it yet) and i managed to get it to connect by using the tag ?active=ipaddress in front of the ftp details, but the browser doesn't seem to be getting the contents...
after looking at the logs in debug mode i think although xbmc connects in active mode it doesn't list in active mode and uses the local ip for it instead of the external one, so i get a nat router error since by using active mode i should be sending out the external ip.
Does anyone know how to fix this?

Thanks in advance.


Code:
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug 250 Directory changed to /XViD/The.Burning.Plain
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug CWD Sample
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug 250 Directory changed to /XViD/The.Burning.Plain/Sample
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug Could not resolve host: obelix.xxxxx.org; No data record of requested type
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug Failed to resolve host name 80.124.23.53.tbn
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug Telling server to connect to 192.168.1.101:60129
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug PORT 192,168,1,101,234,225
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug 501- ==YOU'RE BEHIND A NAT ROUTER==
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug 501- Configure the firewall settings of your FTP client
00:00:23 T:5272 M:1571696640   DEBUG: Cucl:ebug 501-   to use your real IP: 80.124.23.53
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug 501- And set up port forwarding in your router.
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug 501- Or you can just use a PRET capable client, see
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug 501    from--drftpd.org/ for PRET capable clients
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug Failed to do PORT
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug Remembering we are in dir quot;XViD/The.Burning.Plain/Sample/quot;
00:00:23 T:5272 M:1571696640   DEBUG: Cucl::Debug QUIT
¥
返回列表 回復 發帖