forked from TrueCloudLab/rclone
smb: backend to support SMB - fixes #2042
This commit is contained in:
parent
4e078765f9
commit
2aa264b33c
15 changed files with 1312 additions and 0 deletions
|
@ -44,6 +44,7 @@ import (
|
|||
_ "github.com/rclone/rclone/backend/sftp"
|
||||
_ "github.com/rclone/rclone/backend/sharefile"
|
||||
_ "github.com/rclone/rclone/backend/sia"
|
||||
_ "github.com/rclone/rclone/backend/smb"
|
||||
_ "github.com/rclone/rclone/backend/storj"
|
||||
_ "github.com/rclone/rclone/backend/sugarsync"
|
||||
_ "github.com/rclone/rclone/backend/swift"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue