Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The usage is the same as normal EdgeView proxy, with browser points to an URL which has the server's domain name, and direct the proxy service to 'localhost:9001' in this case.

Copy Files Command

cp/<path> - copy file from the device to locally mounted directory by specify the path

e.g. cp//config/device.cert.pem -- copy the /config/device.cert.pem file to local directory

cp//persist/newlog/keepSentQueue/dev.log.1630451424116.gz -- copy file with path to local directory


The 'cp' command allows user to copy a file from EVE device onto the laptop. This is for the Dom0 side of the files, not application files inside the VM. For application VM files, user can use above TCP command with SSH mapping, and use SCP to get the files. This 'cp' assumes the SCP or SSH is not available on the Dom0 side. The 'cp' copies the remote EVE device file onto the container's '/download' directory. When run the docker run, the volume needs to be mapping locally.

...