Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 871 Bytes

vt_monitor_download.md

File metadata and controls

42 lines (28 loc) · 871 Bytes

vt monitor download

Download files from your monitor account

Synopsis

Download files from your account.

This command download files in your monitor account using their MonitorItemID.

vt monitor download [monitor_id]... [flags]

Examples

  vt monitor download "MonitorItemID"
  vt monitor download "MonitorItemID1" "MonitorItemID2" ...
  cat list_of_monitor_ids | vt monitor download -

Options

  -h, --help            help for download
  -o, --output string   directory where downloaded files are put (default ".")
  -t, --threads int     number of threads working in parallel (default 5)

Options inherited from parent commands

  -k, --apikey string   API key
      --proxy string    HTTP proxy
  -v, --verbose         verbose output

SEE ALSO