rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: nulogic on December 05, 2007, 11:30:53 PM
-
im not sure if this problem is a bug or not and i discovered this last nite....
2 folders (sub-folder) didnt appear in HFS 2.3b build 160.... ???
my 'mp3' folder contains several folders. all sub-folders appeared well BUT not a sub-folder named 'Mix-up'. in 'sofware' folder, 'Snagit 8' folder is missing.... what's actually happen?
i didnt apply any folder filter...something wrong with folders name?...pls help....
usr: helpme
pss: helpme
this is main folder --> http://nulogic.no-ip.org/software/ (http://nulogic.no-ip.org/software/)
you may notice that there is no 'snagit 8' folder... :o
but if you append this "Snagit%208/" (w/o quotation) to the URL... you go directly to that folder....why this happen?
-
I think it might be a setting for the snagit 8 folder in the virtual file system, I checked and the folder exists if you type the url but it isnt displayed in the template or the files.lst so it isnt a template issue.
is the software folder a real folder or a virtual folder with real/virtual folders manually added inside it in the vfs? If its a virtual folder with the subfolders manually added via hfs I would double check that the snagit 8 folder hasn't accidentally been hidden.
-
software folder is a real-folder and i didnt manually added any real/virtual subfolder into it.snagit 8 folder is not hidden on my PC. so it should appear in my HFS but not.whats wrong? :'(
theorically, if i added software folder as real-folder,it should list all of folders in it. im just wondering why this problem happen....if i append "Snagit%208/" to the URL, i can access snagit 8 folder because its actually there...just didnt list on HFS...
any explanation?
link to my server is at the 1st post.
-
Might be a bug, because you are right when you say that a real folder should list all the sub folders.
Edit:Does the folder have a system attribute?
-
what's wrong with my list...
i'm just check total dir in software folder....
there are 161 folders in it and ONLY 122 folders listed in HFS...
below i attach the list of folder in software.....
sumbody help meee...
-
can you hover your mouse over the software folder in hfs and take a screenshot of the tool tip info that is displayed.
If the folders dont have any hidden or system attributes everything should be working fine, Im thinking there might be a bug.
Do any of the missing folders have non A-Z characters?
-
if this is a bug can anyone confirm it?
foggy, i attach a screenshot of the tooltip as you ask...
Do any of the missing folders have non A-Z characters?
do you mean contain numerics? some missing folder only hv alphabets e.g: XYplorer.
my folders name are combination of A-Z, 0-9, +, -, _, (dot).
-
do you mean contain numerics? some missing folder only hv alphabets e.g: XYplorer.
my folders name are combination of A-Z, 0-9, +, -, _, (dot).
I was talking about chineese characters and any other non standard english characters, but those names are fine.
There is nothing wrong with the permissions on the software folder, so my only other guess before I give up and say its a bug is that the folders on your hdd might have a hidden or system attribute. to check this, goto "menu > Virtual file system > List files with system attribute" and do the same for "List files with Hidden attribute" then reload the software folder in your browser and see if they are listed.
-
you're right!!!!
i'd checked List files with <system> attr and all folders are listed....TQ for your help ;)
-
You might want to remove the system attributes from those folders because with show system attributes hfs may show system files.
you can use this command prompt command to remove the system attribute from the folders, just open a command prompt in your software folder and then run this
for /D %a IN (*) DO attrib -s "%~Fa"
You will then be able to disable "List files with system attributes"
-
you're my saviour....
thanx for the tip....
i've already remove the sys attr using attrib -s /S /D.
thank you, bro