GO-2026-4964 : Rclone: Unauthenticated options/set allows runtime auth bypass, leading to sensitive operations and command execution in github.com/rclone/rclone
Discover Packages
github.com/rclone/rclone
fs
sync
package
Version:
v1.54.0
Opens a new window with list of versions in this module.
Published: Feb 2, 2021
License: MIT
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 108
Opens a new window with list of known importers.
Jump to ...
Documentation
Overview
Index
Constants
Variables
Functions
CopyDir(ctx, fdst, fsrc, copyEmptySrcDirs)
MoveDir(ctx, fdst, fsrc, deleteEmptySrcDirs, copyEmptySrcDirs)
Sync(ctx, fdst, fsrc, copyEmptySrcDirs)
Types
Source Files
Documentation
Documentation
¶
Package sync is the implementation of sync/copy/move
func CopyDir(ctx context.Context, fdst, fsrc fs.Fs, copyEmptySrcDirs bool) error
func MoveDir(ctx context.Context, fdst, fsrc fs.Fs, deleteEmptySrcDirs bool, ...) error
func Sync(ctx context.Context, fdst, fsrc fs.Fs, copyEmptySrcDirs bool) error
CopyDir copies fsrc into fdst
MoveDir moves fsrc into fdst
Source Files
¶
Click to show internal directories.
Click to hide internal directories.