Xceed .NET Libraries Documentation
Xceed.SSH.Client Assembly / Xceed.SSH.Client Namespace / SFtpConnection Class
Members


In This Topic
    SFtpConnection Class
    In This Topic
    This class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.
    Syntax
    'Declaration
     
    <ObsoleteAttribute("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")>
    Public Class SFtpConnection 
       Inherits SFtpSession
       Implements System.IDisposable 
    'Usage
     
    Dim instance As SFtpConnection
    [Obsolete("The SFtpConnection class has been renamed to SFtpSession. Please change the name in your code. The class functionality is the same. Only the class name has changed.")]
    public class SFtpConnection : SFtpSession, System.IDisposable  
    Inheritance Hierarchy

    System.Object
       Xceed.SSH.Client.SFtpSession
          Xceed.SSH.Client.SFtpConnection

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected FieldThe SFtpClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession)
    Protected FieldThe SSHClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession)
    Protected FieldThe System.IO.TextWriter which will trace the communications between the client-side and the SFTP server. (Inherited from Xceed.SSH.Client.SFtpSession)
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from Xceed.SSH.Client.SFtpSession)
    Public PropertyGets the SFtpClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession)
    Public PropertyGets a value that indicates the SFtp protocol version number that the SFtp server uses for the current session. (Inherited from Xceed.SSH.Client.SFtpSession)
    Public PropertyGets the SSHClient that uses this SFtpSession. (Inherited from Xceed.SSH.Client.SFtpSession)
    Public PropertyGets or sets a value, in seconds, indicating after what period of time an SFTP operation should timeout. (Inherited from Xceed.SSH.Client.SFtpSession)
    Public PropertyGets or sets the System.IO.TextWriter which will trace the communications between the client-side and the SFTP server. (Inherited from Xceed.SSH.Client.SFtpSession)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Xceed.SSH.Client.SFtpSession)
    Public MethodComputes the optimal buffer size for SFtp file transfers on the specified stream. (Inherited from Xceed.SSH.Client.SFtpSession)
    Public MethodOverloaded.  (Inherited from Xceed.SSH.Client.SFtpSession)
    Public Method (Inherited from Xceed.SSH.Client.SFtpSession)
    Public MethodOverloaded. Releases all cached connections. (Inherited from Xceed.SSH.Client.SFtpSession)
    Top
    Protected Methods
     NameDescription
    Protected MethodAllows the SFtpSession object to attempt to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Xceed.SSH.Client.SFtpSession)
    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