mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
config: add --password-command to allow dynamic config password - fixes #3694
This commit is contained in:
committed by
Nick Craig-Wood
parent
0ab2693da6
commit
06df133159
@@ -89,6 +89,7 @@ type ConfigInfo struct {
|
||||
StreamingUploadCutoff SizeSuffix
|
||||
StatsFileNameLength int
|
||||
AskPassword bool
|
||||
PasswordCommand string
|
||||
UseServerModTime bool
|
||||
MaxTransfer SizeSuffix
|
||||
MaxBacklog int
|
||||
|
||||
Reference in New Issue
Block a user