[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I can get anything to talk to anything! :-)



[posted and mailed]

salfter@salfter.dyndns.org (Scott Alfter) wrote in
u4gln45jnf4874@corp.supernews.com:">news:u4gln45jnf4874@corp.supernews.com: 

> 3) While GS/OS has no problems accessing any file on the server, ProDOS 8 
>    will only access stuff that's named in all-uppercase with the same
>    limitations that ProDOS imposes (15-char max, first char alpha,
>    subsequent chars alpha/num/dot).  A file on the server named
>    foo-bar.txt (or even just foo.txt) won't be accessible, but FOO.TXT
>    or FOO.BAR.TXT will work.

In the netatalk configuration file AppleVolumes.default you can set 
casefold options so that a client sees all uppercase filenames.

<<
casefold options [syntax: casefold:option]:
tolower    -> lowercases names in both directions
toupper    -> uppercases names in both directions
xlatelower -> client sees lowercase, server sees uppercase
xlateupper -> client sees uppercase, server sees lowercase
>>