FTPFile Constructor
Constructor
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public FTPFile(
int type,
string raw,
string name,
long size,
bool isDir,
ref DateTime lastModifiedTime
)
Public Sub New (
type As Integer,
raw As String,
name As String,
size As Long,
isDir As Boolean,
ByRef lastModifiedTime As DateTime
)
public:
FTPFile(
int type,
String^ raw,
String^ name,
long long size,
bool isDir,
DateTime% lastModifiedTime
)
new :
type : int *
raw : string *
name : string *
size : int64 *
isDir : bool *
lastModifiedTime : DateTime byref -> FTPFile
Parameters
- type Int32
-
type of file
- raw String
-
raw string returned from server
- name String
-
name of file
- size Int64
-
size of file
- isDir Boolean
-
true if a directory
- lastModifiedTime DateTime
-
last modified timestamp