<< back to sysax.com Product page |
The addaltpath command can be used to add additional paths and corresponding permissions for a sysax user account on the server. The path permissions are specified as a string containing one or more of the following letters:
Exhibit 3.17. Command line syntax for addaltpath command
sysaxservdmgr.exe /admin cmd=addaltpath user=<username to update> altpath=<new path> altperm=<user path permissions=R,W,D,L,C, or X> vpath=<virtual pathname> sysaxservdmgr.exe /remadmin=<remote IP address> adminlogin=<admin username>:<admin password> cmd=addaltpath user=<username to update> altpath=<new path> altperm=<user path permissions=R,W,D,L,C, or X> vpath=<virtual pathname> |
Exhibit 3.18. Example of addaltpath command
sysaxservdmgr.exe /admin cmd=addaltpath user=user1 altpath="c:\ftpcommon" altperm="RLC" vpath="/secondpath" |