Xceed .NET Libraries Documentation
Xceed.SSH.SFtp Assembly / Xceed.SSH.SFtp Namespace / SFtp Class
Members


In This Topic
    SFtp Class
    In This Topic
    Implements the SSH File Transfer Protocol (SFtp).
    Syntax
    'Declaration
     
    Public Class SFtp 
    'Usage
     
    Dim instance As SFtp
    public class SFtp 
    Remarks

    This is a low level class. Direct use is not recommended. The class only implements the protocol methods. It does not provide a connection context. The class is used by higher-level classes like SFtpSession and SFtpClient.

    The class implements multiple versions of SFtp: version 3 and version 6.

    Inheritance Hierarchy

    System.Object
       Xceed.SSH.SFtp.SFtp

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
    Public Methods
    Protected Methods
     NameDescription
    Protected Method  
    Top
    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