EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

Logon Method

Logon to the FTP RemoteHost using the current User and Password .

Syntax

public void logon();

Remarks

Logon to the FTP server using the current User and Password. If an SSL (TLS) connection is required, you should first set SSLStartMode.

Example (Logging On)


FTPControl.RemoteHost = "ftpserver"
FTPControl.User = "username"
FTPControl.Password = "password"
FTPControl.Logon()

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]