MCPcopy
hub / github.com/rclone/rclone / Move

Method Move

fs/features.go:541–541  ·  view source on GitHub ↗

Move src to this remote using server-side move operations. This is stored with the remote path given It returns the destination Object and a possible error Will only be called if src.Fs().Name() == f.Name() If it isn't possible then return fs.ErrorCantMove

(ctx context.Context, src Object, remote string)

Source from the content-addressed store, hash-verified

539 //
540 // If it isn't possible then return fs.ErrorCantMove
541 Move(ctx context.Context, src Object, remote string) (Object, error)
542}
543
544// DirMover is an optional interface for Fs

Callers 8

moveMethod · 0.65
moveMethod · 0.65
MergeDirsMethod · 0.65
moveMethod · 0.65
testPreventCorruptionFunction · 0.65
copyMethod · 0.65

Implementers 15

Fsbackend/cache/cache.go
Fsbackend/mega/mega.go
Fsbackend/yandex/yandex.go
Fsbackend/ulozto/ulozto.go
Fsbackend/hdfs/fs.go
Fsbackend/mailru/mailru.go
Fsbackend/zoho/zoho.go
Fsbackend/filelu/filelu.go
Fsbackend/union/union.go
Fsbackend/opendrive/opendrive.go
Fsbackend/filen/filen.go
Fsbackend/storj/fs.go

Calls

no outgoing calls

Tested by 4

moveMethod · 0.52
testPreventCorruptionFunction · 0.52