'Usage Dim hostName As String Dim port As Integer Dim instance As New FtpConnection(hostName, port)
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.