mirror of
https://github.com/rclone/rclone.git
synced 2025-08-13 23:38:51 +02:00
Version v1.60.0
This commit is contained in:
@ -32,11 +32,6 @@ IPs.
|
||||
Use `--name` to choose the friendly server name, which is by
|
||||
default "rclone (hostname)".
|
||||
|
||||
Use `--announce-interval` to specify the interval at which SSDP server
|
||||
announce devices and services. Larger active announcement intervals help
|
||||
keep the multicast domain clean, this value does not affect unicast
|
||||
responses to `M-SEARCH` requests from other devices.
|
||||
|
||||
Use `--log-trace` in conjunction with `-vv` to enable additional debug
|
||||
logging of all UPNP traffic.
|
||||
|
||||
@ -367,11 +362,13 @@ rclone serve dlna remote:path [flags]
|
||||
|
||||
```
|
||||
--addr string The ip:port or :port to bind the DLNA http server to (default ":7879")
|
||||
--announce-interval duration The interval between SSDP announcements (default 12m0s)
|
||||
--dir-cache-time duration Time to cache directory entries for (default 5m0s)
|
||||
--dir-perms FileMode Directory permissions (default 0777)
|
||||
--file-perms FileMode File permissions (default 0666)
|
||||
--gid uint32 Override the gid field set by the filesystem (not supported on Windows) (default 1000)
|
||||
-h, --help help for dlna
|
||||
--interface stringArray The interface to use for SSDP (repeat as necessary)
|
||||
--log-trace Enable trace logging of SOAP traffic
|
||||
--name string Name of DLNA server
|
||||
--no-checksum Don't compare checksums on up/download
|
||||
|
Reference in New Issue
Block a user