tftp.1 (9b50d9027575220cb6dd09b3e62f03f511e908b8) tftp.1 (fd129a0245ccdbed26aee4a48cd7d4b2fa74a99d)
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd April 18, 1994
35.Dt TFTP 1
36.Os BSD 4.3
37.Sh NAME
38.Nm tftp
39.Nd trivial file transfer program
40.Sh SYNOPSIS
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 24 unchanged lines hidden (view full) ---

33.\"
34.Dd April 18, 1994
35.Dt TFTP 1
36.Os BSD 4.3
37.Sh NAME
38.Nm tftp
39.Nd trivial file transfer program
40.Sh SYNOPSIS
41.Nm tftp
41.Nm
42.Op Ar host
43.Sh DESCRIPTION
44.Nm Tftp
45is the user interface to the Internet
46.Tn TFTP
47(Trivial File Transfer Protocol),
48which allows users to transfer files to and from a remote machine.
49The remote
50.Ar host
51may be specified on the command line, in which case
42.Op Ar host
43.Sh DESCRIPTION
44.Nm Tftp
45is the user interface to the Internet
46.Tn TFTP
47(Trivial File Transfer Protocol),
48which allows users to transfer files to and from a remote machine.
49The remote
50.Ar host
51may be specified on the command line, in which case
52.Nm tftp
52.Nm
53uses
54.Ar host
55as the default host for future transfers (see the
56.Cm connect
57command below).
58.Sh COMMANDS
59Once
53uses
54.Ar host
55as the default host for future transfers (see the
56.Cm connect
57command below).
58.Sh COMMANDS
59Once
60.Nm tftp
60.Nm
61is running, it issues the prompt
61is running, it issues the prompt
62.LI tftp>
62.Nm tftp>
63and recognizes the following commands:
64.Pp
65.Bl -tag -width verbose -compact
66.It Cm \&? Ar command-name ...
67Print help information.
68.Pp
69.It Cm ascii
70Shorthand for "mode ascii"

--- 103 unchanged lines hidden ---
63and recognizes the following commands:
64.Pp
65.Bl -tag -width verbose -compact
66.It Cm \&? Ar command-name ...
67Print help information.
68.Pp
69.It Cm ascii
70Shorthand for "mode ascii"

--- 103 unchanged lines hidden ---