Rebex FTP for .NET

Ftp.CommandSent Event

Occurs when a command is send to the server.

public event FtpCommandSentEventHandler CommandSent;

Event Data

The event handler receives an argument of type FtpCommandSentEventArgs containing data related to this event. The following FtpCommandSentEventArgs property provides information specific to this event.

Property Description
Command Gets the command string.

See Also

Ftp Class | Rebex.Net Namespace