The FTPHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FTPHelper |
Initializes an instance of this class.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateDirectory |
Creates a directory on an FTP server.
|
![]() | EnsureFolders |
Ensures that the folders needed to upload the given file URIs exist on the remote server.
|
![]() | 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 | (Inherited from Object.) |
![]() | UploadFile |
Uploads a local file to a remote FTP server.
|
![]() | UploadFiles |
Uploads a number of files to a remote server.
|
Properties
Name | Description | |
---|---|---|
![]() | Logger |
Gets the logging component to use.
|
![]() | Password |
Gets or sets the password of the FTP connection.
|
![]() | Username |
Gets or sets the username of the FTP connection.
|