The FTPFile type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FTPFile |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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 Object..::..ToString()()()().) |
Fields
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 |
Properties
Name | Description | |
---|---|---|
![]() | Children | |
![]() | Dir | |
![]() | Group | |
![]() | Identifier | |
![]() | LastModified | |
![]() | Link | |
![]() | LinkCount | |
![]() | LinkedName | |
![]() | Name | |
![]() | Owner | |
![]() | Path | |
![]() | Permissions | |
![]() | Raw | |
![]() | Size | |
![]() | Type |
Get the type of file, eg UNIX
|