[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: I can get anything to talk to anything! :-)
- Subject: Re: I can get anything to talk to anything! :-)
- From: Marsha <menacechgo@aol.com>
- Date: Sat, 19 Jan 2002 05:50:19 GMT
- Newsgroups: comp.sys.apple2
- Organization: Prodigy Internet http://www.prodigy.com
- References: <u4gln45jnf4874@corp.supernews.com>
- User-agent: Xnews/4.06.22
- Xref: archiver1.google.com comp.sys.apple2:16582
[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
>>