Changes between Version 3 and Version 4 of Docs/825gen2/Dev/Networking/SSH


Ignore:
Timestamp:
11/29/23 08:22:19 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/SSH

    v3 v4  
    1919Swap:             0B          0B          0B
    2020}}}
     21
     22
     23==== SCP ====
     24
     25SCP (Secure Copy) may also be used to copy files between a PC and an 825.
     26
     27The following example copies the SQLite ID storage database from an 825 to Windows C:\Users\Public directory.
     28{{{
     29PS C:\> scp admin@10.1.2.230:/mnt/nand/apps/ids/ids.db3 c:\users\public
     30admin@10.1.2.230's password:
     31ids.db3                                                                               100%   48KB   6.6MB/s   00:00
     32}}}
     33