Thread: FTP Bug
View Single Post
  #1  
Old 02-17-2002, 06:24 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
FTP Bug

You can't give folder rights to captialized (sp?) letters, so if I wanted to do:
rw levels/TeStLeVeL.nw
it would go into folder rights as:
rw levels/testlevel.nw
and since everything is case sensative, you couldn't give access to just one thing if it has a capitalized letter
Reply With Quote