I've looked at the docs ([url]http://www.coreftp.com/server/help/Virtual_Paths.htm[/url]), but there are not examples, and I haven't been able to figure it out.
In IIS 7.5 I could specifiy an alias such as "audio" and then a path such as "c:\documents\audio" and then when a user logged in, the could navigate from their home directory to "\audio" and they would see "c:\documents\audio".
In Core, I've tried:
Name = audio
Physical Path = c:\documents\audio
but I don't know what to set the mapped path to. I only want this virtual directory to be available to a single user.