⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tftp.texi

📁 压缩包中包含LINUX下多个命令的源码
💻 TEXI
字号:
@node tftp@chapter tftp@cindex tftp@command{Tftp} is the user interface to the Internet TFTP (Trivial FileTransfer Protocol), which allows users to transfer files to and from aremote machine.  The remote host may be specified on the command line, in whichcase tftp uses host as the default host for future transfers (see theconnect command below).@section Invokingtftp [host]@section CommandsOnce tftp is running, it issues the prompt and recognizes the followingcommands:@table @samp@item ? command-name ...Print help information.@item asciiShorthand for "mode ascii"@item binaryShorthand for "mode binary"@item connect host-name [port]Set the host (and optionally port) for transfers.  Note that theTFTP protocol, unlike the FTP protocol, does not maintain connectionsbetween transfers; thus, the connect command does notactually create a connection, but merely remembers what host isto be used for transfers.  You do not have to use the connectcommand; the remote host can be specified as part of the get orput commands.@item get filename@itemx get remotename localname@itemx get file1 file2 ... fileNGet a file or set of files from the specified sources. Sourcecan be in one of two forms: a filename on the remote host, ifthe host has already been specified, or a string of the formhosts:filename to specify both a host and filename at the sametime.  If the latter form is used, the last hostname specifiedbecomes the default for future transfers.@item mode transfer-modeSet the mode for transfers; transfer-mode may be one of ascii orbinary. The default is ascii.@item put file@itemx put localfile remotefile@itemx put file1 file2 ... fileN remote-directoryPut a file or set of files to the specified remote file or directory.The destination can be in one of two forms: a filenameon the remote host, if the host has already been specified, or astring of the form hosts:filename to specify both a host andfilename at the same time.  If the latter form is used, thehostname specified becomes the default for future transfers.  Ifthe remote-directory form is used, the remote host is assumed tobe a UNIX machine.@item quitExit tftp. An end of file also exits.@item rexmt retransmission-timeoutSet the per-packet retransmission timeout, in seconds.@item statusShow current status.@item timeout total-transmission-timeoutSet the total transmission timeout, in seconds.@item traceToggle packet tracing.@item verboseToggle verbose mode.@end tableBecause there is no user-login or validation within the TFTP protocol,the remote site will probably have some sort of file-access restrictionsin place.  The exact methods are specific to each site and thereforedifficult to document here.

⌨️ 快捷键说明

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