Skip to main content
Skip table of contents

File Transfer via command line

Command Line Interface

The visulox transit command can be used to copy files into the Transit Zone of another user. A standard Transit Policy is applied.

Available commands and their options

approval

Approve or reject pending files in Transit Zone

  • -state <value>         Approve / true / 1
                                     Reject / false / 0

import

Import file into a users Transit Zone

  • -owner <value>       Unique owner <>
  • -path <value>          Path to readable file <>
  • -asreport                   Allows to inject a file as a report file for the user
                                     For example a report can be created via cron and sent to the Checkout Zone of the user automatically

  • -rtime <value>         Retention time in Transit Zone in seconds <default>
listList user's with files in the Transit Zones
delete

Delete files in Transit Zone

  • -owner <value>       Unique owner <>
  • -file <value>            File in Transit Zone <>
  • -all                            All files in Transit Zone

Example to import a file for download into the Transit Zone

CODE
visulox transit import -path <path to file> -owner <unique owner> -rtime <retention time in sec>


  • Import command needs a standard Transit Policiy with the direction both or out, size, pattern, etc.
  • The retention time maximum is limited to the lifetime in archive
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.