'Declaration Public Function New( _ ByVal hostName As String, _ ByVal port As Integer, _ ByVal userName As String, _ ByVal password As String _ )
'Usage Dim hostName As String Dim port As Integer Dim userName As String Dim password As String Dim instance As New FtpConnection(hostName, port, userName, password)
Parameters
- hostName
- The hostname of the FTP server to which to establish a connection.
- port
- The port 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.