[wodFTPSERVER] How to use the virtual Folder ?? - WeOnlyDo Discussion board

[wodFTPSERVER] How to use the virtual Folder ?? (General questions)

by SJ, Friday, September 30, 2005, 15:21 (6993 days ago)

I'm not good in english..

so I couldn't understand about Virtual folder..

Could you show an example using virtual folder for Visual Basic 6.0?

thanks in advance..

Re: [wodFTPSERVER] How to use the

by wodSupport, Friday, September 30, 2005, 21:42 (6993 days ago) @ SJ

SJ,

not sure what kind of sample to show you. Basically, when you start wodFTPServer you can add line like this: [code]FtpD.VirtualFolders.Add / , somefolder , d:\
[/code] this means that whenever user lists files in / (root folder), he will see directory called somefolder . If he enters /somefolder , he will actually see contents of d:\ . So, in specific directory you can *inject* some name that is a shortcut to completely different folder.

Err.. Does it help? :)