Creates an instance of FtpCommandEventArgs.

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

Syntax

C#
public FtpCommandEventArgs(
	string command
)
Visual Basic
Public Sub New ( _
	command As String _
)
Visual C++
public:
FtpCommandEventArgs(
	String^ command
)

Parameters

command
Type: System..::..String
The command sent to or from the FTP server.

See Also