=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tftp/tftp.1,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/tftp/tftp.1 2003/09/29 11:23:38 1.9 --- src/usr.bin/tftp/tftp.1 2004/04/10 09:22:19 1.10 *************** *** 1,4 **** ! .\" $OpenBSD: tftp.1,v 1.9 2003/09/29 11:23:38 jmc Exp $ .\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 --- 1,4 ---- ! .\" $OpenBSD: tftp.1,v 1.10 2004/04/10 09:22:19 jmc Exp $ .\" $NetBSD: tftp.1,v 1.5 1995/08/18 14:45:44 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 *************** *** 58,64 **** Once .Nm is running, it issues the prompt ! .Ql tftp> and recognizes the following commands: .Pp .Bl -tag -width verbose -compact --- 58,64 ---- Once .Nm is running, it issues the prompt ! .Ql tftp\*(Gt and recognizes the following commands: .Pp .Bl -tag -width verbose -compact *************** *** 97,112 **** commands. .Pp .It Xo ! .Ic get Oo Ar host Ns : Oc Ns .Ar file Op Ar localname .Xc .It Xo ! .Ic get Oo Ar host1 Ns : Oc Ns .Ar file1 ! .Oo Ar host2 Ns : Oc Ns .Ar file2 .Ar ... ! .Oo Ar hostN Ns : Oc Ns .Ar fileN .Xc Get a file or set of files from the remote host. --- 97,112 ---- commands. .Pp .It Xo ! .Ic get Oo Ar host : Oc Ns .Ar file Op Ar localname .Xc .It Xo ! .Ic get Oo Ar host1 : Oc Ns .Ar file1 ! .Oo Ar host2 : Oc Ns .Ar file2 .Ar ... ! .Oo Ar hostN : Oc Ns .Ar fileN .Xc Get a file or set of files from the remote host. *************** *** 138,149 **** .Pp .It Xo .Ic put Ar file ! .Oo Oo Ar host Ns : Oc Ns .Ar remotename Oc .Xc .It Xo .Ic put Ar file1 file2 ... fileN ! .Oo Oo Ar host Ns : Oc Ns .Ar remote-directory Oc .Xc Put a file or set of files to the remote host. --- 138,149 ---- .Pp .It Xo .Ic put Ar file ! .Oo Oo Ar host : Oc Ns .Ar remotename Oc .Xc .It Xo .Ic put Ar file1 file2 ... fileN ! .Oo Oo Ar host : Oc Ns .Ar remote-directory Oc .Xc Put a file or set of files to the remote host. *************** *** 171,177 **** .Pp .It Ic quit Exit ! .Nm tftp . An end-of-file also exits. .Pp .It Ic rexmt Ar retransmission-timeout --- 171,177 ---- .Pp .It Ic quit Exit ! .Nm . An end-of-file also exits. .Pp .It Ic rexmt Ar retransmission-timeout *************** *** 206,212 **** The exact methods are specific to each site and therefore difficult to document here. .Pp ! Files larger than 33488896 octets (65535 blocks) cannot be transferred ! without client and server supporting blocksize negotiation (RFC 1783). ! .Pp ! Many tftp clients will not transfer files over 16744448 octets (32767 blocks). --- 206,215 ---- The exact methods are specific to each site and therefore difficult to document here. .Pp ! This implementation of ! .Nm ! does not support blocksize negotiation ! .Pq RFC 1783 , ! so files larger than 33488896 octets ! .Pq 65535 blocks ! cannot be transferred.