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