Nick Craig-Wood
16091ce365
fshttp: add --dump trace to log connection level events via httptrace
...
The new "trace" dump flag attaches a net/http/httptrace ClientTrace to
each HTTP transaction and logs the connection level events - DNS
resolution, TCP connect, TLS handshake (including the negotiated TLS
version, cipher, ALPN protocol and server certificate), connection
reuse, request write and time to first response byte. Each line is
tagged with the time elapsed since the start of the transaction and the
request pointer so it can be correlated with the other dumps.
This is complementary to the existing dump flags: it shows how the
connection behaved rather than what was sent, which is useful for
debugging connectivity, DNS, TLS, proxy and keep-alive problems.
2026-06-11 21:29:45 +01:00
Nick Craig-Wood
875a666f9c
fshttp: add --dump errors to dump only failed HTTP transactions - fixes #9471
...
The new "errors" dump flag makes the HTTP dump conditional on the
transaction failing with a retryable error (a transport error, HTTP 429
or HTTP 5xx), so first-failure diagnostics can be captured without the
noise of dumping every transaction. The existing dump flags continue to
control what is dumped, for example --dump errors,bodies, and on its own
--dump errors dumps the headers.
2026-06-11 21:29:20 +01:00
Nick Craig-Wood
ae4a054818
docs: fix --windows-event-log-level help
2026-06-08 16:10:20 +01:00
Leon Brocard
793f2d2f06
docs: fix misspellings
...
Fix several misspellings in documentation and config comments detected by `misspell`.
2026-05-15 20:12:47 +02:00
Nick Craig-Wood
45eb93c3af
docs: add missing Huawei Drive docs
2026-05-01 14:06:11 +01:00
Nick Craig-Wood
b715ad2a97
fshttp: add --dump curl for dumping HTTP requests as curl commands
2026-04-15 18:22:05 +01:00
Clément Notin
829b06d39b
docs: fix header level for metadata option
2026-04-03 14:32:24 +02:00
Nick Craig-Wood
9f9569ad6f
docs: note that --use-server-modtime only works on some backends
...
Closes #6977
2026-02-26 12:00:56 +00:00
jzunigax2
85d13c4e34
internxt: add Internxt backend - fixes #7610
...
Co-Authored-By: lullius <lullius@users.noreply.github.com >
Co-Authored-By: StarHack <StarHack@users.noreply.github.com >
2026-01-30 16:02:50 +00:00
Nick Craig-Wood
3a9c7ceeb1
uptobox: remove backend as service is no longer available
...
Uptobox was shutdown in September 2023 and does not appear to be
returning.
2026-01-14 15:31:46 +00:00
Enduriel
9bef7f0dbf
filen: add Filen backend - Fixes #6728
2026-01-13 12:50:27 +00:00
dougal
6529d2cd8f
Add Drime backend
...
Co-Authored-By: Nick Craig-Wood <nick@craig-wood.com >
2026-01-08 12:05:37 +00:00
jhasse-shade
175d4bc553
Add Shade backend
2025-12-09 17:08:57 +00:00
albertony
f361cdf1cb
build: restrict the markdown languages to use for code blocks
2025-11-01 15:52:41 +01:00
albertony
059ad47336
docs: change syntax hightlighting for command examples from sh to console
2025-11-01 15:33:38 +01:00
Nick Craig-Wood
a0bcdc2638
Archive backend to read archives on cloud storage.
...
Initial support with Zip and Squashfs archives.
Fixes #8633
See #2815
2025-10-28 11:05:41 +00:00
Nick Craig-Wood
50c1b594ab
add rclone config string for making connection strings #8859
2025-10-02 17:30:08 +01:00
anon-pradip
ef919241a6
docs: clarify subcommand description in rclone usage
2025-09-01 17:09:51 +01:00
Claudius Ellsel
98e1d3ee73
docs: add example of how to add date as suffix
2025-08-27 22:01:28 +02:00
albertony
514535ad46
docs: update markdown code block json indent size 2
2025-08-26 12:04:00 +02:00
Nick Craig-Wood
3f0e9f5fca
Version v1.71.0
2025-08-22 16:03:16 +01:00
Nick Craig-Wood
cfd0d28742
fs: tls: add --client-pass support for encrypted --client-key files
...
This also widens the supported types
- Unencrypted PKCS#1 ("BEGIN RSA PRIVATE KEY")
- Unencrypted PKCS#8 ("BEGIN PRIVATE KEY")
- Encrypted PKCS#8 ("BEGIN ENCRYPTED PRIVATE KEY")
- Legacy PEM encryption (e.g., DEK-Info headers), which are automatically detected.
2025-08-22 12:19:29 +01:00
Nick Craig-Wood
8d353039a6
log: add log rotation to --log-file - fixes #2259
2025-08-16 16:38:23 +01:00
Nick Craig-Wood
f2eb5f35f6
doc: sync doesn't symlinks in dest without --link - Fixes #8749
2025-08-16 09:22:31 +01:00
Nick Craig-Wood
3c596f8d11
fs: allow global variables to be overriden or set on backend creation
...
This allows backend config to contain
- `override.var` - set var during remote creation only
- `global.var` - set var in the global config permanently
Fixes #8563
2025-07-23 15:09:51 +01:00
Nick Craig-Wood
6a9c221841
fs: allow setting of --http_proxy from command line
...
This in turn allows `override.http_proxy` to be set in backend configs
to set an http proxy for a single backend.
2025-07-23 15:09:51 +01:00
albertony
b17c3d18af
docs: fix markdownlint issue md013/line-length
2025-07-21 20:23:16 +02:00
albertony
b45580fa19
docs: fix markdownlint issue md038/no-space-in-code
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
667ad093eb
docs: fix markdownlint issue md046/code-block-style
2025-07-21 20:23:16 +02:00
albertony
2c369aedf5
docs: fix markdownlint issue md037/no-space-in-emphasis
2025-07-21 20:23:16 +02:00
albertony
7a0d5ab0b4
docs: fix markdownlint issue md059/descriptive-link-text
2025-07-21 20:23:16 +02:00
albertony
75582b804b
docs: fix markdownlint issues md007/ul-indent md004/ul-style
2025-07-21 20:23:16 +02:00
albertony
73452551c6
docs: fix markdownlint issue md012/no-multiple-blanks
2025-07-21 20:23:16 +02:00
albertony
428f518771
docs: fix markdownlint issue md022/blanks-around-headings
2025-07-21 20:23:16 +02:00
albertony
0411a41e11
docs: fix markdownlint issue md031/blanks-around-fences
2025-07-21 20:23:16 +02:00
albertony
07b37bcd12
docs: fix markdownlint issue md032/blanks-around-lists
2025-07-21 20:23:16 +02:00
albertony
0506826ff5
docs: fix markdownlint issue md009/no-trailing-spaces
2025-07-21 20:23:16 +02:00
albertony
a8ab0730a7
docs: fix header level for --dump option section
2025-07-10 12:36:10 +02:00
albertony
cef207cf94
docs: use stringArray as parameter type
2025-07-10 12:36:10 +02:00
albertony
e728ea32d1
docs: use consistent markdown heading syntax
2025-07-10 12:36:10 +02:00
albertony
521d6b88d4
docs: cleanup usage
2025-07-08 11:28:28 +02:00
albertony
cf767b0856
docs: break long lines
2025-07-08 11:28:28 +02:00
albertony
25f7809822
docs: add option value type to header where missing
2025-07-08 11:28:28 +02:00
albertony
74c0b1ea3b
docs: mention that identifiers in option values are case insensitive
2025-07-08 11:28:28 +02:00
albertony
f4dcb1e9cf
docs: rewrite dump option examples
2025-07-08 11:28:28 +02:00
albertony
90f1d023ff
docs: use markdown inline code format for dump option headers that are real examples
2025-07-08 11:28:28 +02:00
albertony
e9c5f2d4e8
docs: change spelling from server side to server-side
2025-07-08 11:28:28 +02:00
albertony
1249e9b5ac
docs: cleanup header casing
2025-07-08 11:28:28 +02:00
albertony
d47bc5f6c4
docs: rename OSX to macOS
2025-07-08 11:28:28 +02:00