1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/FTP/IsConnector.txt

9 lines
256 B
Plaintext
Raw Normal View History

2025-07-18 19:54:06 +03:00
 Domain = "127.0.0.1";
Login = "bayselonarrend";
Password = "12we...";
FTPSettings = OPI_FTP.GetConnectionSettings(Domain, 21);
Connection = OPI_FTP.CreateConnection(FTPSettings);
Result = OPI_FTP.IsConnector(Connection);