1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-03 22:39:12 +02:00
Files
OpenIntegrations/docs/en/examples/FTP/GetConnectionSettings.txt

7 lines
187 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 Host = "172.33.0.10";
Port = "21";
Login = "bayselonarrend";
Password = "12we...";
2025-07-18 19:54:06 +03:00
2025-07-30 08:17:11 +03:00
Result = OPI_FTP.GetConnectionSettings(Host, Port, Login, Password);