Erle Robotics Unix Introduction Gitbook Free

Transferring files form your computer to Erle

Once you have your computer and erle connected, for transferring a file from your pc to erle's home, type:

scp file [email protected]:~/

Remember:

  • ~menas your home directory.
  • cd ~you go to your home directory.
  • echo $HOMEshowns the path of your home directory.

Note: scp is similar to cp, is something like a copy through the network. Let's see an example:

example