<< back to sysax.com Product page

3.10. The addaltpath command

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:

  • R = File Read Access
  • W = File Write Access
  • D = File Delete Access
  • L = Folder List Access
  • C = Folder Create Access
  • X = Folder Delete Access

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"