diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2019-10-05 15:50:27 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2019-10-05 15:50:27 +0200 |
| commit | 441ca7d40ff8f625e65436cfadba191370535916 (patch) | |
| tree | 75fa5b5e93c873f2eae15f79b34838aee53b9c01 /README | |
| parent | c775a110e0b07c3257b6290060ee2cb1e815eeb1 (diff) | |
| parent | 8b9882c5337cc40f0d2a4e056d937f449c06a500 (diff) | |
Merge branch 'master' into debian
Diffstat (limited to 'README')
| -rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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) |
