Nick Craig-Wood
eff2497633
serve sftp: convert options to new style
2024-07-15 11:09:54 +01:00
albertony
68bf6aa584
build: remove build constraint syntax for go 1.16 and older
2024-04-18 16:53:55 +02:00
albertony
e739ee2c27
docs: ensure empty line between text and a following heading
2024-04-05 21:39:44 +02:00
eNV25
ad724463a5
cmd: refactor and use sysdnotify in more commands
...
* cmd: refactor and use sysdnotify in more commands
Fixes #5117
2023-09-04 16:32:04 +01:00
Nick Craig-Wood
bff702a6f1
docs: group the global flags and make them appear on command and flags pages
...
This adds an additional parameter to the creation of each flag. This
specifies one or more flag groups. This **must** be set for global
flags and **must not** be set for local flags.
This causes flags.md to be built with sections to aid comprehension
and it causes the documentation pages for each command (and the
`--help`) to be built showing the flags groups as specified in the
`groups` annotation on the command.
See: https://forum.rclone.org/t/make-docs-for-mortals-not-only-rclone-gurus/39476/
2023-08-02 12:53:09 +01:00
Dimitri Papadopoulos
cce8936802
cmd: fix typos found by codespell
2023-03-24 11:32:59 +00:00
albertony
6d18f60725
docs: add minimum versions to the command pages
2022-12-03 18:58:55 +01:00
albertony
35349657cd
docs/sftp: document use of chunk_size option in sftp remote paired with serve sftp
...
Related to 0008cb4934
2022-08-31 00:04:04 +02:00
albertony
0008cb4934
docs: document that serve sftp uses chunk size 32 KiB
...
See #6404
2022-08-30 10:57:25 +02:00
albertony
555def2da7
build: add package comments to silence revive linter
2022-08-28 13:43:51 +02:00
albertony
53f831f40a
docs: add missing code section formatting to commands and flags
2022-06-21 23:43:00 +02:00
albertony
70d9d75801
docs: improve serve command descriptions
2022-06-21 23:43:00 +02:00
thomae
4c93378f0e
serve sftp: update docs on --stdio
2021-11-12 10:49:35 +00:00
albertony
e2f47ecdeb
docs: punctuation cleanup
...
See #5538
2021-10-20 22:56:19 +02:00
Nick Craig-Wood
d8886b37a6
serve sftp: update docs on host key generation
2021-10-11 10:43:16 +01:00
Ivan Andreev
24de896df2
build: apply gofmt from golang 1.17
2021-09-09 20:43:59 +03:00
Tom
04a1f673f0
serve sftp: add --stdio flag to serve via stdio - fixes #5311
2021-05-28 13:40:32 +01:00
Nick Craig-Wood
d846210978
fs: Add context to NewFs #3257 #4685
...
This adds a context.Context parameter to NewFs and related calls.
This is necessary as part of reading config from the context -
backends need to be able to read the global config.
2020-11-09 18:05:54 +00:00
Josh Soref
e4a87f772f
docs: spelling: e.g.
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-28 18:16:23 +00:00
Maxime Suret
79d29bb41e
serve sftp: add support for multiple host keys by repeating --key flag
2020-05-09 14:43:17 +01:00
Michael G
ec8a884787
doc: Clarify 'key' option for host key on serve sftp
...
The option --key would set the sftp host key. It could be mistaken for a default-user-key. Instead, explicitly call it 'host key' to avoid confusion.
2020-04-10 15:23:58 +01:00
Nick Craig-Wood
de93852512
docs: restore lost auth proxy logs
...
These came from f2a789ea98
which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
Nick Craig-Wood
d75fbe4852
serve sftp: implement auth proxy
2019-08-06 11:43:42 +01:00
Nick Craig-Wood
57d5de6fba
build: fix up package paths after repo move
...
git grep -l github.com/ncw/rclone | xargs -d'\n' perl -i~ -lpe 's|github.com/ncw/rclone|github.com/rclone/rclone|g'
goimports -w `find . -name \*.go`
2019-07-28 18:47:38 +01:00
Nick Craig-Wood
1f19b63264
serve sftp: serve an rclone remote over SFTP
2019-05-11 23:39:04 +01:00