IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

Logon Method

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

Syntax

[VB.NET]
Public Sub Logon()
[C#]
public void Logon();

Remarks

This method is used to logon to the FTP server using the current User and Password. If TransferMode is not 0 (Default), then the FTP transfer mode is set to the appropriate value.

Example (Logging On)


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

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0