Specifications

Command Line Interface
130
Commands may be abbreviated. Commands are:
connect connect to a site
mode change the file transfer mode
put put a file to a remote site
get get a file from a remote site
verbose toggle verbose mode
trace toggle packet tracing mode
remxit set the number of retransmits
timeout set the timeout for retransmits
quit exit tftp
status print status information
option toggle option negotiation
blksize set the blocksize for transfers
filesize set the maximum file size for receive
? print help information
tftp> quit
Command:
touch
Description: Update the modification time of a file. A file is
created if it does not already exist.
Syntax: touch [-cf] <filename...>
Options: -c Do not create file if it does not already
exist.
-f Attempt to force the touch regardless of
read and write permissions on filename.
Example: Console>touch motd