From d2ace614a1bfa8643889b49852b38f13b25a6e64 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 10 Mar 2019 15:10:46 +0100 Subject: Implement netascii transfer mode (in server, client and for tsize option) --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') 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: -- cgit v1.2.3