nielash
17c0ecc72c
sftp: implement DirSetModTime
2024-02-28 16:09:04 +00:00
Harshit Budhraja
78176d39fd
imagekit: updated overview - supported operations
2024-01-17 16:38:54 +00:00
Harshit Budhraja
6521394865
imagekit: Updated docs and web content
2024-01-16 18:25:25 +00:00
Nick Craig-Wood
0e746f25a3
amazonclouddrive: remove Amazon Drive backend code and docs #7539
...
The Amazon Drive backend is closed from 2023-12-31.
See: https://www.amazon.com/b?ie=UTF8&node=23943055011
2024-01-04 17:05:54 +00:00
Nick Craig-Wood
74d5477fad
onedrive: add --onedrive-delta flag to enable ListR
...
Before this change ListR was unconditionally enabled on onedrive.
This caused performance problems for some uses, so now the
--onedrive-delta flag has to be supplied.
Fixes #7362
2023-11-26 16:06:49 +00:00
asdffdsazqqq
94b7c49196
Update Docs to show SMB remote supports modtime.md
2023-11-20 17:50:28 +00:00
albertony
a7faf05393
docs: cleanup backend hashes sections
2023-11-20 17:43:57 +00:00
viktor
a466ababd0
backend: add Linkbox backend
...
Add backend for linkbox.io with read and write capabilities
fixes #6960 #6629
2023-11-18 17:14:45 +00:00
Nick Craig-Wood
ddaf01ece9
azurefiles: finish docs and implementation and add optional interfaces
...
- use rclone's http Transport
- fix handling of 0 length files
- combine into one file and remove uneeded abstraction
- make `chunk_size` and `upload_concurrency` settable
- make auth the same as azureblob
- set the Features correctly
- implement `--azurefiles-max-stream-size`
- remove arbitrary sleep on Mkdir
- implement `--header-upload`
- implement read and write MimeType for objects
- implement optional methods
- About
- Copy
- DirMove
- Move
- OpenWriterAt
- PutStream
- finish documentation
- disable build on plan9 and js
Fixes #365
Fixes #7378
2023-11-18 16:48:23 +00:00
Nick Craig-Wood
c7a2719fac
sftp: implement --sftp-copy-is-hardlink to server side copy as hardlink
...
If the server does not support hardlinks then it falls back to normal
copy.
See: https://forum.rclone.org/t/sftp-remote-server-side-copy/41867
2023-10-16 12:08:22 +01:00
Nick Craig-Wood
b8591b230d
onedrive: implement ListR method which gives --fast-list support
...
This implents ListR for onedrive. The API only allows doing this at
the root so it is inefficient to use it not at the root.
Fixes #7317
2023-10-02 11:12:08 +01:00
albertony
19ad39fa1c
jottacloud: add support for reading and writing metadata
...
Most useful is the addition of the file created timestamp, but also a timestamp for
when the file was uploaded.
Currently supporting a rather minimalistic set of metadata items, see PR #6359 for
some thoughts about possible extensions.
2023-09-29 13:19:57 +02:00
rinsuki
8fd66daab6
drive: add support of SHA-1 and SHA-256 checksum
2023-09-24 17:38:30 +01:00
Manoj Ghosh
cda09704a8
fix overview of oracle object storage as it supports multithreaded
2023-09-13 12:14:07 +01:00
Nick Craig-Wood
fa4d171f62
protondrive: complete docs with all references to Proton Drive
2023-09-10 11:57:39 +01:00
Oksana
628ff8e524
quatrix: add backend to support Quatrix
...
Co-authored-by: Volodymyr Kit <v.kit@maytech.net>
2023-09-08 14:31:29 +01:00
Nick Craig-Wood
3dfcfc2caa
operations: document multi-thread copy and tweak defaults
2023-08-24 12:39:27 +01:00
Raymond Berger
a555513c26
docs: add missing comma to overview webdav footnote
2023-08-03 14:50:04 +01:00
Nick Craig-Wood
99788b605e
sharefile: disable streamed transfers as they no longer work
...
At some point the sharefile API changed to require the size of the
file in the initial transaction which makes the streaming upload fail
with this error:
upload failed: file size does not match (-2)
This was discovered by the integration tests.
2023-06-27 17:08:37 +01:00
wiserain
243bcc9d07
pikpak: new backend
...
Fixes #6429
2023-04-04 16:33:48 +01:00
Arnavion
29fe0177bd
webdav: add "fastmail" provider for Fastmail Files
...
This provider:
- supports the `X-OC-Mtime` header to set the mtime
- calculates SHA1 checksum server side and returns it as a `ME:sha1hex` prop
To differentiate the new hasMESHA1 quirk, the existing hasMD5 and hasSHA1
quirks for Owncloud have been renamed to hasOCMD5 and hasOCSHA1.
Fixes #6837
2023-03-16 14:20:29 +00:00
Nick Craig-Wood
23d17b76be
onedrive: default onedrive personal to QuickXorHash
...
Before this change the hash used for Onedrive Personal was SHA1. From
July 2023 Microsoft is phasing out SHA1 hashes in favour of
QuickXorHash in Onedrive Personal. Onedrive Business and Sharepoint
remain using QuickXorHash as before.
This choice can be changed using the --onedrive-hash-type flag (and
config option) so that SHA1 can be selected while it is still
available in the transition period.
See: https://forum.rclone.org/t/microsoft-is-switching-onedrive-personal-to-quickxorhash-from-sha1/36296/
2023-03-02 19:32:35 +00:00
Kaloyan Raev
f08bb5bf66
storj: implement purge
2023-01-15 16:23:49 +00:00
Kaloyan Raev
1cafc12e8c
storj: implement public link
2023-01-10 17:40:04 +00:00
Kaloyan Raev
b98d7f6634
storj: implement server side Copy
2022-12-12 12:02:38 +00:00
Manoj Ghosh
1fc864fb32
oracle-object-storage: doc fix
...
See #6521
2022-10-28 20:32:17 +02:00
Manoj Ghosh
b75c207208
oracle-object-storage: overview, docs update
2022-10-21 12:47:03 +01:00
Nick Craig-Wood
4e79de106a
hubic: remove backend as service has now shutdown - fixes #6481
2022-10-05 13:33:37 +01:00
Lesmiscore
2aa264b33c
smb: backend to support SMB - fixes #2042
2022-09-30 16:10:57 +01:00
Josh Soref
ce3b65e6dc
all: fix spelling across the project
...
* abcdefghijklmnopqrstuvwxyz
* accounting
* additional
* allowed
* almost
* already
* appropriately
* arise
* bandwidth
* behave
* bidirectional
* brackets
* cached
* characters
* cloud
* committing
* concatenating
* configured
* constructs
* current
* cutoff
* deferred
* different
* directory
* disposition
* dropbox
* either way
* error
* excess
* experiments
* explicitly
* externally
* files
* github
* gzipped
* hierarchies
* huffman
* hyphen
* implicitly
* independent
* insensitive
* integrity
* libraries
* literally
* metadata
* mimics
* missing
* modification
* multipart
* multiple
* nightmare
* nonexistent
* number
* obscure
* ourselves
* overridden
* potatoes
* preexisting
* priority
* received
* remote
* replacement
* represents
* reproducibility
* response
* satisfies
* sensitive
* separately
* separator
* specifying
* string
* successful
* synchronization
* syncing
* šenfeld
* take
* temporarily
* testcontents
* that
* the
* themselves
* throttling
* timeout
* transaction
* transferred
* unnecessary
* using
* webbrowser
* which
* with
* workspace
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2022-08-30 11:16:26 +02:00
Lesmiscore (Naoya Ozaki)
42dfadfa1b
internetarchive: add support for Metadata
2022-07-08 23:47:50 +01:00
Ovidiu Victor Tatar
b4d847cadd
new backend: hidrive - fixes #1069
2022-07-08 18:24:54 +01:00
Nick Craig-Wood
6a0e021dac
fs: implement optional Metadata interface for Objects #111
...
This implements integration tests for the feature also.
2022-06-29 11:21:29 +01:00
albertony
218bf2183d
docs: add missing backends from listing of optional features (Akamai, Koofr and Sia)
2022-06-08 20:47:58 +02:00
albertony
20aaeba547
docs: clarify backend support for setting modtime only ( #5638 )
2022-06-08 16:29:35 +02:00
Lesmiscore
598364ad0f
backend/internetarchive: add support for Internet Archive
...
This adds support for Internet Archive (archive.org) Items.
2022-04-28 10:25:38 +01:00
Nick Craig-Wood
03715f6c6b
docs: add encoded characters to encoding table
2022-04-21 12:22:04 +01:00
Nick Craig-Wood
07481396e0
lib/encoder: add Semicolon encoding
2022-04-21 12:02:27 +01:00
Nick Craig-Wood
bf9c68c88a
storj: implement server side Move
2022-03-14 15:44:56 +00:00
Nil Alexandrov
65652f7a75
Add Akamai Netstorage as a new backend.
2022-03-09 12:42:22 +00:00
Nick Craig-Wood
f22b703a51
storj: rename tardigrade backend to storj backend #5616
...
This adds an alias for backwards compatibility and leaves a stub
documentation page to redirect people to the new documentation.
2022-02-11 11:04:15 +00:00
Andy Jackson
af0fcd03cb
hdfs: add file and directory move/rename support
2021-11-11 16:41:43 +00:00
Atílio Antônio
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
acsfer
20f936c9d4
Add note about S3 compatible services
2021-11-01 12:47:18 +00:00
albertony
91cdaffcc1
docs: add faq section explaining why rclone changes fullwidth characters in file names
2021-11-01 12:46:23 +00:00
Ivan Andreev
6d02530f9d
sia: finish documentation #4514
...
Also rename stuttering `--sia-sia-user-agent` to `--sia-user-agent`
2021-10-19 22:55:27 +03:00
Ivan Andreev
48e7246163
lib/encoder: add encoding of square brackets
2021-10-01 10:09:57 +03:00
albertony
2925e1384c
Use binary prefixes for size and rate units
...
Includes adding support for additional size input suffix Mi and MiB, treated equivalent to M.
Extends binary suffix output with letter i, e.g. Ki and Mi.
Centralizes creation of bit/byte unit strings.
2021-04-27 02:25:52 +03:00
buengese
cd69f9e6e8
uptobox: add docs
2021-04-13 17:46:07 +02:00
buengese
d260e3824e
docs: cleanup optional feature table
2021-03-12 09:20:01 +00:00