//
pkg.gl
Category
github.com/dceldran/rclone
backend
sftp
package
1.64.0-Personal
Repository:
https://github.com/dceldran/rclone.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
29
Dependents
1
Files
1.9k SLOC
#
Functions
NewFs
NewFs creates a new Fs object from the name and root.
NewFsWithConnection
NewFsWithConnection creates a new Fs object from the name and root and an ssh.ClientConfig.
#
Structs
Fs
Fs stores the interface to the remote SFTP files.
Object
Object is a remote SFTP file that has been stat'd (so it exists, but is not necessarily open for reading).
Options
Options defines the configuration for this backend.