aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-03-10 15:10:46 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-03-10 15:10:46 +0100
commitd2ace614a1bfa8643889b49852b38f13b25a6e64 (patch)
tree35b6cbd5eca7d368b4deb2ccdbc8990f51527496 /README
parenta6fd3c9eac2339a6edbc1bfbb64109ce9fc72027 (diff)
Implement netascii transfer mode (in server, client and for tsize option)
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index e477737..08b08c7 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ written in Rust.
Currently supported:
-- RFC 1350 (TFTP revision 2; except 'netascii' mode)
+- RFC 1350 (TFTP revision 2)
- RFC 2347 (Option Extension)
- RFC 2348 (Blocksize Option)
- RFC 2349 (Timeout Interval and Transfer Size Options)
@@ -27,6 +27,7 @@ Client:
-g, --get FILE download file from remote server
-p, --put FILE upload file to remote server
-b, --blksize SIZE negotiate a different block size (default: 1428)
+ -n, --netascii use netascii mode (instead of octet)
Server: