Click or drag to resize

FtpHelper Constructor (String, String)

Contruction

Namespace:  SHConnector.Utility.Net
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public FtpHelper(
	string ftpUserId,
	string ftpUserPwd
)

Parameters

ftpUserId
Type: SystemString
FTP User ID
ftpUserPwd
Type: SystemString
FTP User Password
See Also