PDA

View Full Version : is there a way to not show hidden folders?


Killahbyte
07-17-2005, 11:26 PM
Hi folks!

I got a quick question for everyone. Is there a way for me to hide windows hidden folders? Such as RECYCLER and System volume information. I know in some other ftp server software there are options to disable viewing of hidden windows files and folders. Is there a way to do the same with ioftpd?

Thanks alot!

KB

Harm
07-18-2005, 01:21 AM
You could use "SITE CHATTR +h <dir> M" (see http://www.inicom.net/pages/en.ioftpd-documentation.php?s=3#5) but...

You should use a subfolder like "D:\FTP" to store your files. Using the complete drive (read using "D:\") is a known source of problems.

zeroxia
07-26-2005, 08:20 AM
I'm just also wondering this problem...
And it's not just the RECYCLER dir located at \ but also some other 'regular' hidden files or dirs...

JoC
07-26-2005, 10:50 AM
@zeroxia : Read Harms reply.

zeroxia
07-26-2005, 11:12 PM
I want ioFTPD to respect the folder properties specified by windows, that is, if the folder is hidden in explorer, then it should be hidden on the ftp site, if you "chattr" with every such dir, it is not very flexible and hard to maintain.
This is already a feature other FTP Server softs provide. And I think it's convenient though not very important.

JoC
07-27-2005, 05:19 AM
I cant understand why u even have any hidden files in your ioFTPD dirs?
As Harm said use a subdir such as "D:\FTP" and go from there, never use C:\

zeroxia
07-28-2005, 02:48 AM
Yes, it's rare. :P
But people are different, you don't like this doesn't mean all other guys in the world won't have this.
I just think providing such an option would be fine.

Harm
07-28-2005, 05:42 AM
I doubt this will ever be hardcoded into the ftpd. It could easily be scripted for directories and perhaps for files. I will see what I can come up with tonight.