'Declaration Public Function New( _ ByVal hostName As String, _ ByVal userName As String, _ ByVal password As String _ )
'Usage Dim hostName As String Dim userName As String Dim password As String Dim instance As New FtpConnection(hostName, userName, password)
Parameters
- hostName
- The hostname of the FTP server to which to establish a connection.
- userName
- The username used to connect to the FTP server.
- password
- The password used to connect to the FTP server.