SCP 명령

os/linux 2013. 9. 5. 00:49


In a Terminal application, change to the directory with the executable hello_world file, for example:

On the Host PC

cd /home/jan/workspace/hello_world/bb_debug

Use the scp command to transfer the file over the local network to the BeagleBoard:

scp hello_world root@192.168.7.2:/home/root/hello_world 

is the file to transfer.

rootis the username on the BeagleBoard.

192.168.7.2 is the BeagleBoard's IP address.

/home/root/ is the directory to store the transferred file on the BeagleBoard.


BeableBoard Connected by usb 테더링????