Initializes a new instance of the FtpItemCollection class with the specified file list.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ rawList As String() _ ) |
C# |
---|
public FtpItemCollection( string[] rawList ) |
Parameters
- rawList
- Type: array<System..::..String>[]()[][]
The unparsed FTP file list.