... | ... | @@ -284,6 +284,22 @@ In the settings panel of the L5, under `Sharing`, you should now see that Remote |
|
|
|
|
|
To exit `ssh`, use the command `exit` in the terminal.
|
|
|
|
|
|
### SSH File Transfer Protocol (`sftp`)
|
|
|
|
|
|
Once `ssh` is set up, a simpler way to remotely access files on the Librem 5 is with `sftp`.
|
|
|
|
|
|
With both devices powered on, from the host machine:
|
|
|
|
|
|
-Open the file browser
|
|
|
|
|
|
-Type `Control`+`L` to bring up the location bar
|
|
|
|
|
|
-Enter `sftp://xxx.xxx.xxx.xxx` (filling in the IP address of the L5
|
|
|
|
|
|
-Authenticate with the L5's password
|
|
|
|
|
|
This will mount the L5's file system. Navigate to the `Home` directory and the desired sub-directory to copy, cut, or paste as you like.
|
|
|
|
|
|
### SECURE COPY (`scp`)
|
|
|
|
|
|
Copying files and folders remotely between devices on your network
|
... | ... | |