Changes between Version 3 and Version 4 of Docs/825gen2/Dev/Networking/SSH
- Timestamp:
- 11/29/23 08:22:19 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/SSH
v3 v4 19 19 Swap: 0B 0B 0B 20 20 }}} 21 22 23 ==== SCP ==== 24 25 SCP (Secure Copy) may also be used to copy files between a PC and an 825. 26 27 The following example copies the SQLite ID storage database from an 825 to Windows C:\Users\Public directory. 28 {{{ 29 PS C:\> scp admin@10.1.2.230:/mnt/nand/apps/ids/ids.db3 c:\users\public 30 admin@10.1.2.230's password: 31 ids.db3 100% 48KB 6.6MB/s 00:00 32 }}} 33