You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Main build (Jenkins)
This commit is contained in:
10
docs/en/examples/FTP/GetConnectionConfiguration.txt
vendored
Normal file
10
docs/en/examples/FTP/GetConnectionConfiguration.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
FTPDomain = "172.33.0.11";
|
||||
ProxyAddress = "127.0.0.1";
|
||||
Login = "bayselonarrend";
|
||||
Password = "12we...";
|
||||
|
||||
FTPSettings = OPI_FTP.GetConnectionSettings(FTPDomain, 21, Login, Password);
|
||||
ProxySettings = OPI_FTP.GetProxySettings(ProxyAddress, 1080, "socks5", "proxyuser", Password);
|
||||
TLSSettings = OPI_FTP.GetTlsSettings(True);
|
||||
|
||||
Result = OPI_FTP.GetConnectionConfiguration(FTPSettings, ProxySettings, TLSSettings);
|
||||
Reference in New Issue
Block a user