Virtual subfolders
You can configure virtual subfolders as part of the User Download Folder, User Upload Folder and Other Folders.
Syntax
Use this syntax to specify virtual subfolders:
virtualFolderName=actualFolder(permissions)
- virtualFolderName
- The name displayed to the user.
- actualFolder
- An absolute path, a relative path, a UNC path, or a connector URI path (with optional connector parameters) to the actual folder.
- permissions
- Optional.
Examples
- URI using system scheme name for a File connector
-
localserverfilesA=myfiles:
- URI using a system scheme name for a SMB connector and a subdirectory:
-
remoteserverfilesABC=mysmb:/sub1/sub2
- URI using an SMB connector overriding the Share Path based on the username:
-
MyHome=Smb:SmbHost?smb.SharePath=//filsvr01/users/home/%username%
- URI using a S3 connector:
-
s3bucket=S3:S3-Prod
- Using absolute path (local Linux VersaLex server):
-
archivedata=/opt/datadir/archive/companyx/
- Using relative path (relative from VersaLex installation directory):
-
recs=home/install_records/
- Using UNC path:
-
fileserver=\\fileserver01\public\data\
- User Download Folder:
-
fromClar=clarify:Clarify202/Clarify-AS2-Outbound/fromclarify(LIST,READ)
- User Upload Folder:
-
toClar=clarify:Clarify202/Clarify-AS2-Outbound/toclarify(WRITE)
- Other Folders:
-
MyHDFS=hdfs:HDFSTest(LIST,READ,WRITE)