The iPhone Book: Covers iPhone 4S, iPhone 4, and iPhone 3GS   The iPhone Book
(Phone 4S, iPhone 4, and iPhone 3GS)

The most important, most useful, and most fun stuff about your iPhone.
 
The iPad Pocket Guide   The iPad Pocket Guide

Quickly master all the features and functions of the iPad with this handy well-crafted pocket guide.

MS-DOS Commands :: tftp

Overview:

Transfers files to/from remote computer running TFTP ("tiny FTP") service. See also: ftp

tftp /?

Transfers files to and from a remote computer running the TFTP service.

TFTP [-i] host [GET | PUT] source [destination]

  -i              Specifies binary image transfer mode (also called
                  octet). In binary image mode the file is moved
                  literally, byte by byte. Use this mode when
                  transferring binary files.
  host            Specifies the local or remote host.
  GET             Transfers the file destination on the remote host to
                  the file source on the local host.
  PUT             Transfers the file source on the local host to
                  the file destination on the remote host.
  source          Specifies the file to transfer.
  destination     Specifies where to transfer the file.

(Enlarge: tftp /?)