You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
|
|
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);
|