Command Line Interface Specification Windows
8
5
Completed unsuccessfully
7
Completed unsuccessfully with not found resources
9
User canceled
7. Dir
This command makes it possible to display one or multiple directories on the CloudBackup
Server. It’s even possible to see if this file exists by using this command.
CloudBackup.Console.exe dir /login <login name> /pass <password>
/server <server address> [/r[<depth>]] [/l|/s] <file>
7.1 Arguments explained
/login <login name>
The user login name of the user. See the backup command for more information.
/pass <password>
The password of a user. See the backup command for more information.
/key <key>
The encryption key of the user. See the backup command for more information.
/r[depth]
This optional option request a recursive list of the content of the defined file. This option would
be only efficient when the defined file represents a directory. The optional number specifies the
maximum recursion depth. For example, a value of 1 specifies a listing of the specified folder
only, a value of 2 specifies that the listing may be two levels deep. Please note that the recursive
directory listing will always result in full paths to be listed on the output. If this option is not
specified, -r:1 is assumed (resulting in a non-recursive listing of the specified folder or file ).