mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 10:23:16 +08:00
http: add an example with username and password
This commit is contained in:
parent
2135879dda
commit
315cee23a0
|
@ -40,6 +40,9 @@ func init() {
|
|||
Examples: []fs.OptionExample{{
|
||||
Value: "https://example.com",
|
||||
Help: "Connect to example.com",
|
||||
}, {
|
||||
Value: "https://user:pass@example.com",
|
||||
Help: "Connect to example.com using a username and password",
|
||||
}},
|
||||
}},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user