IPWorks EDI 2020 JavaScript Edition

Questions / Feedback?

Logon Method

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

Syntax

async as3receiver.logon(): Promise<void>

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) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 JavaScript Edition - Version 20.0 [Build 8262]