I'm having difficulty getting virtual folders to show up for AD users in their home folder. It works fine with a CoreFTP user, but all I get in an AD user folder is a 'config.dat' file.
Here's my setup:
Base directory: C:\SFTP\users
Virtual Paths:
- name: all_data
- physical path: C:\SFTP\data\
- virtual path: %HOME%
Enabled Active Directory users: checked
Use base directory + username: checked
User settings to use: sftp_user
User Details:
- Home directory: C:\SFTP\users\sftp_user
- Permissions
-- C:\SFTP\data - RWAD-LCRI
-- C:\SFTP\users - RWAD-LCRI
FYI, the config.dat file that lives in my AD user folder has this at the bottom:
[Domains\1\Virt]
0=all_data,C:\SFTP\data\,%USER%
1=,,
[Domains\1\Users\1\Perms]
0=C:\SFTP\data,RWAD-LCRI
1=C:\SFTP\users,RWAD-LCRI
Also, the AD user has Full Control NTFS permissions on the 'SFTP', 'data' and 'users' folders.
Thanks in advance!
Bill