| FtpHelper Constructor (String, String) |
Contruction
Namespace:
SHConnector.Utility.Net
Assembly:
SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax public FtpHelper(
string ftpUserId,
string ftpUserPwd
)
Parameters
- ftpUserId
- Type: SystemString
FTP User ID - ftpUserPwd
- Type: SystemString
FTP User Password
See Also