Click or drag to resize

FTP Constructor

Constructor for FTP object

Namespace:  SIC.File
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public FTP(
	string pHostIP,
	string pUserName,
	string pPassword
)

Parameters

pHostIP
Type: SystemString

[Missing <param name="pHostIP"/> documentation for "M:SIC.File.FTP.#ctor(System.String,System.String,System.String)"]

pUserName
Type: SystemString

[Missing <param name="pUserName"/> documentation for "M:SIC.File.FTP.#ctor(System.String,System.String,System.String)"]

pPassword
Type: SystemString

[Missing <param name="pPassword"/> documentation for "M:SIC.File.FTP.#ctor(System.String,System.String,System.String)"]

Examples
ftp ftpClient = new ftp(@"ftp://10.10.10.10/", "user", "password");
See Also