FTPFile Class |
Namespace: EnterpriseDT.Net.Ftp
The FTPFile type exposes the following members.
Name | Description | |
---|---|---|
![]() | Children | |
![]() | Dir | |
![]() | Group | |
![]() | Identifier | |
![]() | LastModified | |
![]() | Link | |
![]() | LinkCount | |
![]() | LinkedName | |
![]() | Name | |
![]() | Owner | |
![]() | Path | |
![]() | Permissions | |
![]() | Raw | |
![]() | Size | |
![]() | Type |
Get the type of file, eg UNIX
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | fileName | File/dir name |
![]() | fileOwner | Owner if known |
![]() | filePath | Directory if known |
![]() | filePermissions | Permission bits string |
![]() | fileSize | Size of file |
![]() | isDir | Is this a directory? |
![]() | isLink | Is this file a symbolic link? |
![]() | kids | Children if a directory |
![]() | lastModifiedTime | Last modified |
![]() | linkedFileName | Name of file this is linked to |
![]() | linkNum | Number of links to file |
![]() ![]() | OS400 | |
![]() | rawRep | Raw string |
![]() ![]() | UNIX | UNIX type |
![]() ![]() | UNKNOWN | Unknown remote server type |
![]() | userGroup | Group if known |
![]() ![]() | VMS | VMS type |
![]() ![]() | WINDOWS | Windows type |