The standard at http://spectral.mscs.mu.edu/RFC/rfc1350.html describes
this protocol in detail. Server Core does provide support for this utility, but it??™s hidden deep within
the directory structure. You??™ll likely find it in the \Windows\winsxs\x86_microsoft-windows-t
..-deployment-package_31bf3856ad364e35_6.0.6001.16606_none_5ed3da618389cce9 or
\Windows\winsxs\x86_microsoft-windows-t..-deployment-package_31bf3856ad364e35_
6.0.6001.16606_en-us_5ed3da618389cce9 folder on your machine. This utility uses the following
syntax:
TFTP [-i] host [GET | PUT] source [destination]
The following list describes each of the command line arguments.
-i Specifies binary transfer mode (also called octet mode). This mode moves data byte by byte
and doesn??™t perform any control character translation. Use binary mode to transfer nontext data
such as graphics. The default mode, ASCII, converts the End of Line (EOL) characters to a carriage
return for UNIX and a carriage return/line feed combination for personal computers. Use ASCII
mode to transfer text files.
host Specifies the host (remote) computer.
GET Obtains a file from the host. This command transfers the file destination on the remote
host to the file source on the local computer.
Pages:
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764