If there is a "#" in the filename, the filename ends with a space " ", and probably under many other conditions, a FTP transfer fails. File transfers work fine from XBMC <--> Filezilla standalone on Linux.
I've also noticed this in the XBMC for Linux version.
I'm sure this is just a parsing bug somewhere, but I'm not sure where to look or how to find the code at fault. Can anyone point me in the right direction?
Thanks in advance.
int iOptions = strURL.find_first_of("?;#", iPos);
...and the chaos follows.
I can't figure out why it's parsing it, being that iOptions is never used.
How should I proceed?
in any case, enable the fatx limiter and it should work on xbox. if not its all about libfileZilla
http://sourceforge.net/tracker/index.php?func=detail&aid=2004016&group_id=87054&atid=581840
The suggestions seem to assume a server-side problem. I'm pretty sure the error is occuring when XBMC is an ftp client (in the XBMC for Linux case, a separate XBox running XBMC was the server). According to the logs, the XBox was asked for a truncated name. For example, if the XBox server held an name "blah#halb.mp3", an XBox client trying to download it would ask for "blah".
#If you have any other info about this subject , Please add it free.# |
Posted in portal.zjrp.com | edit