The SFTP directory listing event args.

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

Syntax

C#
public class SftpListingEventArgs : EventArgs
Visual Basic
Public Class SftpListingEventArgs _
	Inherits EventArgs
Visual C++
public ref class SftpListingEventArgs : public EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Jscape.Sftp..::..SftpListingEventArgs

See Also