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

by SJ @, (7155 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..

locked

Re: [wodFTPSERVER] How to use the

by Jasmine, (7154 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? :)

locked