Busybox下tftp命令使用详解


Busybox下tftp命令使用详解

 

[root@dvrdvs app] # tftp -g -r 1.txt 10.15.3.14
1.txt                100% |************************************************************************************************************************************************************|   512  --:--:-- ETA
[root@dvrdvs app] # ls     
1.txt                    ASC16                    audio                    decnosignal              hicore                   logo                     plat.sdk                 string
1024x600.cfg             HZK16                    callingImg               firmware.bin             icon                     menu                     ptzCfg.bin               sysres
480x320.cfg              MiniGUI.cfg              callingImg720p           font                     libcmsws_sip_service.so  nosignal                 sipsvr
[root@dvrdvs app] # mv 1.txt 2.txt
[root@dvrdvs app] # ls
1024x600.cfg             ASC16                    audio                    decnosignal              hicore                   logo                     plat.sdk                 string
2.txt                    HZK16                    callingImg               firmware.bin             icon                     menu                     ptzCfg.bin               sysres
480x320.cfg              MiniGUI.cfg              callingImg720p           font                     libcmsws_sip_service.so  nosignal                 sipsvr
[root@dvrdvs app] # tftp -p -l 2.txt 10.15.3.14
2.txt                100% |************************************************************************************************************************************************************|   512  --:--:-- ETA
[root@dvrdvs app] # ls
1024x600.cfg             ASC16                    audio                    decnosignal              hicore                   logo                     plat.sdk                 string
2.txt                    HZK16                    callingImg               firmware.bin             icon                     menu                     ptzCfg.bin               sysres
480x320.cfg              MiniGUI.cfg              callingImg720p           font                     libcmsws_sip_service.so  nosignal                 sipsvr
[root@dvrdvs app] # 

 浅析busybox内置的tftpd服务程序如何配置 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM