Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtpConstants.PacketType Enumeration


In This Topic
    SFtpConstants.PacketType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum SFtpConstants.PacketType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As SFtpConstants.PacketType
    public enum SFtpConstants.PacketType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberValueDescription
    SSH_FXP_ATTRS105 
    SSH_FXP_BLOCK22 
    SSH_FXP_CLOSE4 
    SSH_FXP_DATA103 
    SSH_FXP_EXTENDED200 
    SSH_FXP_EXTENDED_REPLY201 
    SSH_FXP_FSETSTAT10 
    SSH_FXP_FSTAT8 
    SSH_FXP_HANDLE102 
    SSH_FXP_INIT1 
    SSH_FXP_LINK21 
    SSH_FXP_LSTAT7 
    SSH_FXP_MKDIR14 
    SSH_FXP_NAME104 
    SSH_FXP_OPEN3 
    SSH_FXP_OPENDIR11 
    SSH_FXP_READ5 
    SSH_FXP_READDIR12 
    SSH_FXP_READLINK19 
    SSH_FXP_REALPATH16 
    SSH_FXP_REMOVE13 
    SSH_FXP_RENAME18 
    SSH_FXP_RMDIR15 
    SSH_FXP_SETSTAT9 
    SSH_FXP_STAT17 
    SSH_FXP_STATUS101 
    SSH_FXP_UNBLOCK23 
    SSH_FXP_VERSION2 
    SSH_FXP_WRITE6 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.SSH.SFtp.SFtpConstants.PacketType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also