2024-06-10 18:14:17 +02:00
|
|
|
### proxy
|
|
|
|
Show or sets proxy configuration
|
|
|
|
|
|
|
|
Usage: `proxy [URL|--auto|--none] [--username=USERNAME --password=PASSWORD]`
|
|
|
|
<pre>
|
|
|
|
With no parameter given, this will print proxy configuration
|
|
|
|
|
|
|
|
Options:
|
|
|
|
URL Proxy URL (e.g: https://127.0.0.1:8080)
|
|
|
|
--none To disable using a proxy
|
|
|
|
--auto To use the proxy configured in your system
|
|
|
|
--username=USERNAME The username, for authenticated proxies
|
|
|
|
--password=PASSWORD The password, for authenticated proxies. Please, avoid using passwords containing " or '
|
2025-02-18 00:34:41 +01:00
|
|
|
|
|
|
|
Note: Proxy settings will be saved for the next time you open MEGAcmd, but will be removed if you logout.
|
2024-06-10 18:14:17 +02:00
|
|
|
</pre>
|