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

    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