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


In This Topic
    SFtpFile Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFile class that implements access to a file located on an SFTP server.
    Syntax
    'Declaration
     
    Public Class SFtpFile 
       Inherits Xceed.FileSystem.AbstractFile
       Implements Xceed.FileSystem.IBatchUpdateable 
    'Usage
     
    Dim instance As SFtpFile
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFile
                Xceed.SSH.Client.SFtpFile

    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