mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
fichier: support downloading password protected files and folders
This commit is contained in:
committed by
buengese
parent
062919e08c
commit
92b3518c78
@@ -19,6 +19,7 @@ type ListFilesRequest struct {
|
||||
type DownloadRequest struct {
|
||||
URL string `json:"url"`
|
||||
Single int `json:"single"`
|
||||
Pass string `json:"pass,omitempty"`
|
||||
}
|
||||
|
||||
// RemoveFolderRequest is the request structure of the corresponding request
|
||||
|
||||
Reference in New Issue
Block a user