Changes between Version 11 and Version 12 of Docs/825gen2/Dev/Networking/SSH


Ignore:
Timestamp:
09/19/24 15:53:46 (8 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v11 v12  
    4040}}}
    4141
     42== SFTP ==
     43
     44SFTP (Secure File Transfer Protocol) may also be used to copy files between an 825 and PC.
     45
     46{{{
     47PS W:\> sftp admin@10.1.2.26
     48admin@10.1.2.26's password:
     49Connected to 10.1.2.26.
     50sftp> ls
     51sftp> cd /mnt/nand/apps
     52sftp> ls
     53batcher   chkwgh    hway      ids       mscale    so748240
     54sftp> cd ids
     55sftp> ls
     56bdg.cfg          ids.db3          locrem.cfg       mobile.cfg       scinfo1.cfg      scoreboard1.cfg  scoreboard2.cfg
     57scoreboard3.cfg  scoreboard4.cfg  tblcfg.dat
     58sftp> get bdg.cfg
     59Fetching /mnt/nand/apps/ids/bdg.cfg to bdg.cfg
     60}}}