mirror of
https://github.com/rclone/rclone.git
synced 2025-12-10 05:13:45 +00:00
http: add an example with username and password
This commit is contained in:
@@ -40,6 +40,9 @@ func init() {
|
|||||||
Examples: []fs.OptionExample{{
|
Examples: []fs.OptionExample{{
|
||||||
Value: "https://example.com",
|
Value: "https://example.com",
|
||||||
Help: "Connect to example.com",
|
Help: "Connect to example.com",
|
||||||
|
}, {
|
||||||
|
Value: "https://user:pass@example.com",
|
||||||
|
Help: "Connect to example.com using a username and password",
|
||||||
}},
|
}},
|
||||||
}},
|
}},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user