Rebex SFTP for .NET

Sftp.CommandSent Event

Occurs when a command is send to the server.

public event SftpCommandSentEventHandler CommandSent;

Event Data

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

Property Description
Command Gets the command string.

See Also

Sftp Class | Rebex.Net Namespace