Click or drag to resize

IFtpFile Interface

Abstract representation of a FTP file or directory.

Namespace: GSF.Net.Ftp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public interface IFtpFile : IComparable, 
	IComparable<IFtpFile>
View Source

The IFtpFile type exposes the following members.

Properties
 NameDescription
Public propertyFullPath Gets full path of file or directory.
Public propertyIsDirectory Returns true if IFtpFile represents a directory, otherwise false.
Public propertyIsFile Returns true if IFtpFile represents a file, otherwise false.
Public propertyName Gets name of file or directory.
Public propertyParent Gets parent directory of file or directory.
Public propertyPermission Gets or sets permission of file or directory.
Public propertySize Gets or sets size of file or directory.
Public propertyTimestamp Gets or sets timestamp of file or directory.
Top
Methods
 NameDescription
Public methodCompareTo(T)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIFtpFile)
Public methodCompareTo(Object)Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable)
Top
See Also