'Declaration Public Class SFtpFile Inherits Xceed.FileSystem.AbstractFile Implements Xceed.FileSystem.IBatchUpdateable
'Usage Dim instance As SFtpFile
public class SFtpFile : Xceed.FileSystem.AbstractFile, Xceed.FileSystem.IBatchUpdateable
'Declaration Public Class SFtpFile Inherits Xceed.FileSystem.AbstractFile Implements Xceed.FileSystem.IBatchUpdateable
'Usage Dim instance As SFtpFile
public class SFtpFile : Xceed.FileSystem.AbstractFile, Xceed.FileSystem.IBatchUpdateable
System.Object
System.MarshalByRefObject
Xceed.FileSystem.FileSystemItem
Xceed.FileSystem.AbstractFile
Xceed.SSH.Client.SFtpFile
Name | Description | |
---|---|---|
![]() | SFtpFile Constructor |
Name | Description | |
---|---|---|
![]() | Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() ![]() | DefaultAutomaticReadFileShare | Gets a value indicating the default FileShare value to be used when opening read streams for copy/move operations. |
![]() ![]() | DefaultAutomaticWriteFileShare | Gets or sets a value indicating the default FileShare value to be used when opening write streams for copy/move operations. |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HostedFullName | Overridden. Gets a human-readable full pathname starting with "sftp://hostname" representing the fully qualified path of all host files containing the item and the path of the item itself. |
![]() | HostFile | Gets an Xceed.FileSystem.AbstractFile containing an archived version of this Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Session | |
![]() | Size | Gets the size of the file in bytes. (Inherited from Xceed.FileSystem.AbstractFile) |
Name | Description | |
---|---|---|
![]() | BatchUpdateable | Overridden. Returns null (Nothing in Visual Basic) since an SFtpFile or an SFtpFolder does not support the Xceed.FileSystem.IBatchUpdateable interface. |
![]() | DoAttributes | Overridden. Gets or sets the attributes of the item. |
![]() | DoCreationDateTime | Overridden. Gets or sets the creation date and time of the file. |
![]() | DoExists | Overridden. Gets a boolean value indicating if the file physically exists. |
![]() | DoFullName | Overridden. Gets the full name of the file. |
![]() | DoHasAttributes | Gets a boolean value indicating if the file supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasCreationDateTime | Overridden. Gets a boolean value indicating if the file supports having a creation date and time. |
![]() | DoHasLastAccessDateTime | Gets a boolean value indicating if the file supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoLastAccessDateTime | Overridden. Gets or sets the last access date and time of the file. |
![]() | DoLastWriteDateTime | Overridden. Gets or sets the modification date and time of the file. |
![]() | DoName | Overridden. Gets or sets the short name of the file. |
![]() | DoParentFolder | Overridden. Gets a reference to the parent folder of this file. |
![]() | DoRootFolder | Overridden. Gets a reference to the root folder of this file. |
![]() | DoSize | Overridden. Gets the size of the file in bytes. |
![]() | InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from Xceed.FileSystem.FileSystemItem) |
Name | Description | |
---|---|---|
![]() | ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | BeginUpdate | Overloaded. |
![]() | CopyTo | Overloaded. Copies the file's data to another file. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateWrite | Overloaded. Creates a file and opens it for writing. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoCopyToComplete | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | DoCopyToLoop | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | DoCopyToSetup | (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | EndUpdate | Overloaded. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsSameAs | Overridden. Gets a boolean value indicating if the source and target items represent the same physical entity. |
![]() | MarkForCancellation | |
![]() | MoveTo | Overloaded. Moves the contents of the Xceed.FileSystem.AbstractFile object to the target Xceed.FileSystem.AbstractFile object. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | OpenRead | Overloaded. Opens the file for reading. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | OpenWrite | Overloaded. Opens the file for writing. (Inherited from Xceed.FileSystem.AbstractFile) |
![]() | Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() ![]() | SetDefaultAutomaticReadFileShare | Sets a value indicating the default FileShare value to be used when opening read streams for copy/move operations. |
![]() ![]() | SetDefaultAutomaticWriteFileShare | Sets a value indicating the default FileShare value to be used when opening write streams for copy/move operations. |
![]() | SetName | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
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