Ftp
|
public class FtpFile : IFtpFile, IComparable, IComparable<IFtpFile>, IComparable<FtpFile>
The FtpFile type exposes the following members.
Name | Description | |
---|---|---|
FullPath | Full path of file. | |
IsDirectory | Returns false for directory entries. | |
IsFile | Returns true for file entries. | |
Name | Name of file. | |
Parent | Gets parent directory of file. | |
Permission | Gets or sets permission of file. | |
Size | Gets or sets size of file. | |
Timestamp | Gets or sets timestamp of file. |
Name | Description | |
---|---|---|
CompareTo | Compares directory or file to another. | |
Equals |
Determines if the two FtpFile objects are equal.
(Overrides ObjectEquals(Object)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
Get | Downloads remote file. | |
Get(String) | Downloads remote file using alternate local filename. | |
GetHashCode |
Generates hash code for this FtpFile.
(Overrides ObjectGetHashCode) | |
GetInputStream | Gets FTP input stream for file. | |
GetInputStream(Int64) | Gets FTP input stream for file at given offset. | |
GetOutputStream | Gets FTP output stream for file. | |
GetOutputStream(Int64) | Gets FTP output stream for file at given offset. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Remove | Removes remote file. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
Equality(FtpFile, FtpFile) | Compares the two values for equality. | |
GreaterThan(FtpFile, FtpFile) | Returns true if left value is greater than right value. | |
GreaterThanOrEqual(FtpFile, FtpFile) | Returns true if left value is greater than or equal to right value. | |
Inequality(FtpFile, FtpFile) | Compares the two values for inequality. | |
LessThan(FtpFile, FtpFile) | Returns true if left value is less than right value. | |
LessThanOrEqual(FtpFile, FtpFile) | Returns true if left value is less or equal to than right value. |
Name | Description | |
---|---|---|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) | |
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |