Virtual Folders DIR bug (wodFTPServer)
For a test of virtual folders I added the following during login process:
DIRFORMAT = WINDOWS
user.VirtualFolders.Add / , DRIVERS , C:DRIVERS
user.VirtualFolders.Add / , BACKUP , C:BACKUP
Once logged in I enter DIR and see:
<DATE> <TIME> <DIR> TEST1 -----> test folder
<DATE> <TIME> <DIR> DRIVERS -----> Virtual folder
Now I type DIR DRIVERS and I get the contents of DRIVERS folder:
<DATE> <TIME> <DIR> SETUP -----> Driver setup folder
<DATE> <TIME> <DIR> DRIVERS -----> Virtual folder
Now, this DRIVERS virtual folder should not be in the destination link as I have not defined it to be there. If I CD DRIVERS folder and do DIR then virtual folder is not there and this is correct.
Looks like bug exists when you DIR a virtual folder.