If, on your XNS Server, you want share a directory
which contain a '@' in the fileName so the share doesn't
works.
for example this doesn't works:
<share>
<name>Network (XNS)</name>
<url>c:\@videos@192.168.1.2</url>
<cachesize>8192</cachesize>
</share>
I think the solve is to change in the
CConfiguration::ConvertFormat(....) function
in 'Configuration.cpp'
the line :
char* szAt = strstr(szUrl,"@");
to
char* szAt = strrchr(szUrl,'@');
-----------
Logged In: YES
user_id=630186
Please test when (or if) this was last working (version/build)?
Please test with very latest CVS (03 Aug 2003), does it work?
Upload sample to http://www.xboxmediaplayer.it/upload
This report will be deleted if no one confirms with latest CVS!
Logged In: YES
user_id=630186
Think this has not been implemented into XBMP CVS, confirm?
PS! Unrelated but can you pls look why comma "," don't work?
(similar to "@" files and/or folders with "," don't work over XNS)
Logged In: YES
user_id=630186
I think the root cause of this other 'bug' this may be related?:
http://sourceforge.net/tracker/index.php?
func=detail&aid=803062&group_id=64793&atid=508678
Other non-supported FATX characters that should also be
tested are:
< > = ? : ; " * + , / \ |