FTP Class |
Namespace: SIC.File
The FTP type exposes the following members.
Name | Description | |
---|---|---|
CreateDirectory |
Create a new directory on the FTP server
| |
Delete |
Delete a file
| |
DirectoryListDetailed |
Get list directory contents in detail (Name, Size, Created, etc)
| |
DirectoryListSimple |
Get contents of a directory with file and folder name only
| |
Download |
Download file
| |
Equals | (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.) | |
GetFileCreatedDateTime |
Get the date and time a file was created
| |
GetFileSize |
Get the size fo a file
| |
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.) | |
Rename |
Rename a file
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Upload |
Upload file
|