Creates a new args instance.

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SftpProgressEventArgs(
	string file,
	long bytes,
	long totalBytes,
	int mode
)
Visual Basic
Public Sub New ( _
	file As String, _
	bytes As Long, _
	totalBytes As Long, _
	mode As Integer _
)
Visual C++
public:
SftpProgressEventArgs(
	String^ file, 
	long long bytes, 
	long long totalBytes, 
	int mode
)

Parameters

file
Type: System..::..String
the target filename
bytes
Type: System..::..Int64
the bytes transferred
totalBytes
Type: System..::..Int64
the total bytes to transfer
mode
Type: System..::..Int32
the transfer mode

See Also