edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Constructor

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public FTPFile(
	int type,
	string raw,
	string name,
	long size,
	bool isDir,
	ref DateTime lastModifiedTime
)
Visual Basic
Public Sub New ( _
	type As Integer, _
	raw As String, _
	name As String, _
	size As Long, _
	isDir As Boolean, _
	ByRef lastModifiedTime As DateTime _
)
Visual C++
public:
FTPFile(
	int type, 
	String^ raw, 
	String^ name, 
	long long size, 
	bool isDir, 
	DateTime% lastModifiedTime
)

Parameters

type
Type: System..::..Int32
type of file
raw
Type: System..::..String
raw string returned from server
name
Type: System..::..String
name of file
size
Type: System..::..Int64
size of file
isDir
Type: System..::..Boolean
true if a directory
lastModifiedTime
Type: System..::..DateTime%
last modified timestamp

See Also