You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
9 lines
281 B
Plaintext
Vendored
9 lines
281 B
Plaintext
Vendored
ProxyType = "http"; // http, socks5, socks4
|
|
|
|
ProxyAddress = "127.0.0.1";
|
|
ProxyPort = "8071";
|
|
ProxyLogin = "proxyuser";
|
|
ProxyPassword = "12we...";
|
|
|
|
Result = OPI_SFTP.GetProxySettings(ProxyAddress, ProxyPort, ProxyType, ProxyLogin, ProxyPassword);
|