tftp-put

来自「MIPS处理器的bootloader,龙芯就是用的修改过的PMON2」· 代码 · 共 43 行

TXT
43
字号
			The tftp-put Command			The tftp-put CommandNAME     tftp-put - Ethernet downloaderSYNOPSIStftp-put host infileDESCRIPTION     tftp-put is a host-resident downloader for ASCII records. The     records  to  be downloaded   are  taken  from  infile. This     command uses the UDP protocol and requires a      TCP/IP stack and a     Perl5 interpreter. It performs the     same function as the put function of the tftp     command, and is useful for those hosts that do not have a tftp command     (eg. Windows95).OPTIONS     host  Specify the name of the host to which you wish to     download.     infile Specify the file that contains the records to be     downloaded.      EXAMPLES     Down load the file hello.rec to umeteor.     perl tftp-put umeteor hello.recSEE ALSO     genfrec(1) gensrec(1) pmcc(1)     Downloading via EthernetFILES     This command is build from      tools/tftp-put.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?