'Declaration Public Function New( _ ByVal connection As FtpConnection, _ ByVal fullName As String _ )
'Usage Dim connection As FtpConnection Dim fullName As String Dim instance As New FtpFile(connection, fullName)
public FtpFile( FtpConnection connection, string fullName )
Parameters
- connection
- A reference to an FtpConnection object that represents the connection with an FTP server.
- fullName
- The fully qualified name of the file which may or may not physically exist. Some FTP servers may be case-sensitive!