How To Copy Files To/From a Sensor
Purpose
This document provide examples on how to copy files to and from a sensor.
Introduction
Using SCP is a recommended method to copy files either to or from a Pwn Pro sensor, because it uses ssh for data transfer and provides the same authentication and same level of security as ssh.
Provided below are various examples of how to use this useful command.
Copy the file "foobar.txt" from a remote host to the local host
$ scp pwnie@remotehost:foobar.txt /some/local/directory
Copy the file "foobar.txt" from the local host to a remote host
$ scp foobar.txt pwnie@remotehost:/some/remote/directory
Copyright
© 2024 Outpost24® All rights reserved. This document may only be redistributed unedited and unaltered. This document may be cited and referenced only if clearly crediting Outpost24® and this document as the source. Any other reproduction and redistribution in print or electronically is strictly prohibited without explicit permission.
Trademark
Outpost24® and OUTSCAN™ are trademarks of Outpost24® and its affiliated companies. All other brand names, product names or trademarks belong to their respective owners.