javac *.java
java TFTPClient.java
Command | args | desc |
---|---|---|
connect | URL | URL to remote tftp server (e.g glados.cs.rit.edu on port 69) |
mode | octet or netascii | set the transfer mode (default octet) |
get | filename | receive file |
quit | exit tftp |
|
? | print help |