mirror of
https://github.com/rclone/rclone.git
synced 2024-12-23 15:38:57 +01:00
docs: update advice for avoiding mega logins
This commit is contained in:
parent
11264c4fb8
commit
ec4e7316f2
@ -111,9 +111,10 @@ abnormal situation, for example if you wish to get the public links of
|
|||||||
a directory with hundred of files... After more or less a week, the
|
a directory with hundred of files... After more or less a week, the
|
||||||
remote will remote accept rclone logins normally again.
|
remote will remote accept rclone logins normally again.
|
||||||
|
|
||||||
(If you have lots of commands to run one after the other a better way
|
You can mitigate this issue by mounting the remote it with `rclone
|
||||||
of doing this might be to run `rclone rcd` and then use `rclone rc` to
|
mount`. This will log-in when mounting and a log-out when unmounting
|
||||||
run the commands over the API. This will avoid logging in each time.)
|
only. You can also run `rclone rcd` and then use `rclone rc` to run
|
||||||
|
the commands over the API to avoid logging in each time.
|
||||||
|
|
||||||
Rclone does not currently close mega sessions (you can see them in the
|
Rclone does not currently close mega sessions (you can see them in the
|
||||||
web interface), however closing the sessions does not solve the issue.
|
web interface), however closing the sessions does not solve the issue.
|
||||||
|
Loading…
Reference in New Issue
Block a user