Get and Put Files

Send a File to the Remote Target

Send a local file to the remote target

nxc ssh <target> -u <username> -p <password> --put-file file.txt /tmp/file.txt

Get a File From the Remote Target

Get a remote file on the remote target

nxc ssh <target> -u <username> -p <password> --get-file /tmp/file.txt file.txt