aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
committerReiner Herrmann <reiner@reiner-h.de>2019-10-05 15:50:27 +0200
commit441ca7d40ff8f625e65436cfadba191370535916 (patch)
tree75fa5b5e93c873f2eae15f79b34838aee53b9c01 /README
parentc775a110e0b07c3257b6290060ee2cb1e815eeb1 (diff)
parent8b9882c5337cc40f0d2a4e056d937f449c06a500 (diff)
Merge branch 'master' into debian
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index 08b08c7..e6a5f44 100644
--- a/README
+++ b/README
@@ -10,6 +10,10 @@ Currently supported:
- RFC 2348 (Blocksize Option)
- RFC 2349 (Timeout Interval and Transfer Size Options)
+Non-standard options:
+- blksize2: block size as a power of 2
+- utimeout: timeout in microseconds
+
Use cargo to build the binaries (output dir is target/release/):
$ cargo build --release
@@ -35,12 +39,10 @@ Server:
$ ./rtftpd --help
RusTFTP
- ./rtftpd [options]
+ ./rtftpd [options] [directory]
Options:
-h, --help display usage information
- -d, --directory DIRECTORY
- directory to serve (default: current directory)
-p, --port PORT port to listen on (default: 69)
-u, --uid UID user id to run as (default: 65534)
-g, --gid GID group id to run as (default: 65534)