zipFilePath | String Specifies the path to which the file will be zipped to. | |||
zipFileName | String (Optional) Specifies the zip file name. You can also provide a server variable name such as {stem}.zip for the zip file name. | |||
createDirectory | Boolean (Optional) Specifies if, when the folder path given in Zip File Path does not exist, ActiveTransfer must create the directory. false - (default) ActiveTransfer does not create the missing directory. true - ActiveTransfer creates the missing directory. | |||
isRemote | String Specifies if the source folder is a remote path. false - (default) The source folder is in the same network. true - The source folder is a remote path. | |||
isVFS | String Specifies if the source folder is a VFS. false - (default) The source folder is not a VFS. true - The source folder is a VFS. | |||
username | String (Optional) Specifies the username to access the remote system. | |||
password | String (Optional) Specifies the password to the remote system. |