rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: nulogic on December 05, 2007, 11:30:53 PM

Title: my sub-folder didnt appear in HFS
Post 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?
Title: Re: my sub-folder didnt appear in HFS
Post by: Foggy on December 06, 2007, 04:37:18 AM
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.
Title: Re: my sub-folder didnt appear in HFS
Post by: nulogic on December 06, 2007, 06:25:18 AM
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.
Title: Re: my sub-folder didnt appear in HFS
Post by: Foggy on December 06, 2007, 06:46:04 AM
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?
Title: Re: my sub-folder didnt appear in HFS
Post by: nulogic on December 06, 2007, 06:49:57 AM
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...
Title: Re: my sub-folder didnt appear in HFS
Post by: Foggy on December 06, 2007, 06:57:34 AM
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?
Title: Re: my sub-folder didnt appear in HFS
Post by: nulogic on December 06, 2007, 07:17:24 AM
if this is a bug can anyone confirm it?

foggy, i attach a screenshot of the tooltip as you ask...

Quote
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).
Title: Re: my sub-folder didnt appear in HFS
Post by: Foggy on December 06, 2007, 07:28:28 AM
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.
Title: Re: my sub-folder didnt appear in HFS
Post by: nulogic on December 06, 2007, 07:39:03 AM
you're right!!!!

i'd checked List files with <system> attr and all folders are listed....TQ for your help ;)
Title: Re: my sub-folder didnt appear in HFS
Post by: Foggy on December 06, 2007, 07:50:54 AM
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
Code: [Select]
for /D %a IN (*) DO attrib -s "%~Fa"You will then be able to disable "List files with system attributes"
Title: Re: my sub-folder didnt appear in HFS
Post by: nulogic on December 06, 2007, 08:05:57 AM
you're my saviour....
thanx for the tip....

i've already remove the sys attr using attrib -s /S /D.
thank you, bro