mirror of
https://github.com/rclone/rclone.git
synced 2025-02-21 19:42:11 +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…
x
Reference in New Issue
Block a user