2
0
mirror of https://github.com/meganz/MEGAcmd synced 2025-08-22 09:57:09 +00:00
2025-02-18 00:34:41 +01:00

611 B

proxy

Show or sets proxy configuration

Usage: proxy [URL|--auto|--none] [--username=USERNAME --password=PASSWORD]

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 '

Note: Proxy settings will be saved for the next time you open MEGAcmd, but will be removed if you logout.