Initializes a new instance of the FtpItem class.
Namespace:
Rebex.Net
Assembly:
Rebex.Ftp (in Rebex.Ftp.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ path As String, _ filename As String, _ size As Long, _ type As FtpItemType _ ) |
C# |
---|
public FtpItem( string path, string filename, long size, FtpItemType type ) |
Parameters
- path
- Type: System..::..String
The path of the file or directory.
- filename
- Type: System..::..String
The name of the file or directory.
- size
- Type: System..::..Int64
The size of the file.
- type
- Type: Rebex.Net..::..FtpItemType
The type of item.