rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: woodfold on July 21, 2012, 08:39:35 PM

Title: Got an error message about too many virtual folders
Post by: woodfold on July 21, 2012, 08:39:35 PM
I though I was dealing with real folders.

I'm using a script to create links and accounts. Here's a sample:
Code: [Select]
{.new account|S8183|password=PamdwSsv|enabled=true.}
{.add folder|real|C:\Downloads\PCPC\S8183|S8183|overwrite=1.}
{.set item|S8183|add access=S8183;Admin.}
{.set item|S8183|add upload=S8183;Admin.}
{.set item|S8183|add delete=Admin.}
I'm using the debug/run script of v2.3beta build 280. The code repeats for every user, ~1200 total, done a few hundred at a time.
All of the folders (such as C:\Downloads\PCPC\S8183) already exists and has a file in it. Other than the error about too many virtual folders, everything seems fine.

One thing I noticed is the Virtual File System shows all of the folders on the same level as the PCPC folder.

Am I doing something wrong?
Title: Re: Got an error message about too many virtual folders
Post by: rejetto on July 22, 2012, 01:28:57 AM
that was not an error, just a warning.

for the folder, try specifying WHERE you want it
{.add folder|real|C:\Downloads\PCPC\S8183|/pcpc/S8183|overwrite=1.}
Title: Re: Got an error message about too many virtual folders
Post by: rejetto on July 23, 2012, 08:55:51 AM
not really.
But the warning is because most of times people is using virtual folders uselessly. (real folders are more efficient)