NSX CLI Guide
copy url <url> [file <filename>]
Copy a remote file to the local file store. If no destination file is specified, the copied file has the same file name as the source file. You can use the file
argument to specify a different destination file name.To specify IPv6 remote addresses, url server should be enclosed between square brackets.
Parameters:
Option | Description |
---|---|
<url> | Remote file url (e.g. scp://username@ip_address/filepath/filename) |
<filename> | Filename argument Allowed pattern: ^[^/ *;&|]+$ |