Creates an instance of FtpDownloadEventArgs.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public FtpDownloadEventArgs(
	string fileName,
	long size,
	long time
)
Visual Basic
Public Sub New ( _
	fileName As String, _
	size As Long, _
	time As Long _
)
Visual C++
public:
FtpDownloadEventArgs(
	String^ fileName, 
	long long size, 
	long long time
)

Parameters

fileName
Type: System..::..String
The file name.
size
Type: System..::..Int64
The total bytes transmitted.
time
Type: System..::..Int64
The total time to transfer the file, in milliseconds.

See Also