1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +02:00
Files
OpenIntegrations/docs/en/examples/FTP/GetProxySettings.txt

9 lines
280 B
Plaintext
Raw Normal View History

2025-07-28 20:20:57 +03:00
 ProxyType = "http"; // http, socks5, socks4
2025-07-18 19:54:06 +03:00
2025-07-28 20:20:57 +03:00
ProxyAddress = "127.0.0.1";
ProxyPort = "8071";
ProxyLogin = "proxyuser";
ProxyPassword = "12we...";
Result = OPI_FTP.GetProxySettings(ProxyAddress, ProxyPort, ProxyType, ProxyLogin, ProxyPassword);