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

📄 tftp.1c

📁 <B>Digital的Unix操作系统VAX 4.2源码</B>
💻 1C
字号:
.\" SCCSID: @(#)tftp.1c	8.1	9/11/90.TH tftp 1c.SH Nametftp \- trivial file transfer program.SH Syntax.B tftp[\|\fIhost\fR\|] [\|\fIport\fR\|].SH Description.NXR "tftp program".NXR "Trivial File Transfer Protocol" "user interface".NXR "Trivial File Transfer Protocol" "tftp program".NXR "file" "transferring remote"The .PN tftpcommandprovides the user interface to the Internet standard Trivial File Transfer Protocol.The program allows a user to transfer files to and from aremote network site.  The remote hostcan be specified on the command line.  If you specify the remote host on thecommand line.PN tftpuses.I hostas the default host for future transfers..PPIf a.I portis specified,.PN tftpuses that port number instead of the standard .PN tftp service port.When the user invokes the.PN tftpprogram.PN tftpenters its command interpreter and awaits instructions.The prompt tftp> is displayed on the screen..PPThe following commands are recognizedby.PN tftp :.TP 20.B ?.NXR "? command (tftp)"Displays a help message that gives a brief summary of the commands..TP.B ascii.NXR "ascii command (tftp)"Specifies mode ascii..TP.B binary.NXR "binary command (tftp)"Specifies mode binary..TP\fBconnect \fIhost-name\fR [ \fIport\fR ].NXR "connect command (tftp)"Sets the .I host and, optionally, sets.I portfor transfers.Note that the TFTP protocol does not maintain connections between transfers.  Because .PN connectmerely rememberswhat host should be used for transfers instead ofactually creating a connection, it is not necessary to usethe.PN connectcommand.  The remote host can be specified as part of the.PN getor.PN put commands..TP\fBget\fP \fIremote-file...\fP [ \fIlocal-file\fP ].NXR "get command (tftp)"Gets a file or set of files from the specified sources.  If the hosthas already been specified, the.I sourcecan be in the form of a filename on the remote host.If the host has not been specified, the .I source can be a string of the form .I host:file,specifying both a host and filename at the same time.  If the latterform is used, the last hostname entered becomes the default forfuture transfers..TP.B mode.NXR "mode command (tftp)"Sets the file transfer .I typeto network ASCII or binary.  The default type is network ASCII..TP\fBput\fP \fIlocal-file...\fP [ \fIremote-file/directory\fP ].NXR "put command (tftp)"Puts a file or set of files to the specified remote file or directory.  If the remote host hasalready been specified, the destination can be a filename on it.If the remote host has not been specified, the destinationcan be a string of the form.I host:filename,specifying both a host and filename at the same time.  If the latter form is used, the last hostname entered becomes the default for future transfers.If the remote-directory form is used, the remote host is assumed to be a UNIXmachine..TP.B quit.NXR "quit command (tftp)"Exits the .PN tftp program..TP.B rexmt.NXR "rexmt command (tftp)"Sets the retransmit timer..TP.B status.NXR "status command (tftp)"Shows what.PN tftpbelieves to be the current connection status..TP.B timeout.NXR "timeout command (tftp)"Set the transaction timeout..TP.B trace.NXR "trace command (tftp)"Sets the packet trace flag..TP.B verbose.NXR "verbose command (tftp)"Sets the verbose mode flag..SH Restrictions.NXR "tftp program" "authentication and"Since the TFTP protocol does not support any authentication,files must be world read (writable) on the remote system..PPBecause there is no user-login validation within the TFTP protocol,the remote site should have some sort of file access restrictionsin place.  The exact methods are specific to each site.

⌨️ 快捷键说明

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