The FtpUploadTask type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FtpUploadTask | Initializes a new instance of the FtpUploadTask class |
Methods
| Name | Description | |
|---|---|---|
| CopyTo | (Inherited from Element.) | |
| Equals | (Inherited from Object.) | |
| Execute | (Inherited from Task.) | |
| ExecuteTask | (Overrides TaskExecuteTask()()()().) | |
| 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.) | |
| GetAttributeConfigurationNode(FrameworkInfo, String) | (Inherited from Task.) | |
| GetAttributeConfigurationNode(XmlNode, FrameworkInfo, String) | (Inherited from Element.) | |
| GetFtpUrl |
Creates an FTP url from the given path parts.
(Inherited from FtpTaskBase.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize()()()() | (Inherited from Task.) | |
| Initialize(XmlNode) | (Inherited from Element.) | |
| InitializeElement | Obsolete. (Inherited from Element.) | |
| InitializeTask | Obsolete. (Inherited from Task.) | |
| InitializeTaskConfiguration | (Inherited from Task.) | |
| InitializeXml | (Inherited from Element.) | |
| IsLogEnabledFor | (Inherited from Task.) | |
| Log(Level, String) | (Inherited from Task.) | |
| Log(Level, String, array<Object>[]()[][]) | (Inherited from Task.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CopyFileSet |
Gets or sets the file set to upload. This will be used only when the SourceFile isn't set.
In the NAnt script, that's set with the fileset attribute.
| |
| CustomXmlProcessing | (Inherited from Element.) | |
| FailOnError | (Inherited from Task.) | |
| Host |
Gets or sets the FTP host.
In the NAnt script, that's set with the host attribute.
(Inherited from FtpTaskBase.) | |
| IfDefined | (Inherited from Task.) | |
| Location | (Inherited from Element.) | |
| LogPrefix | Obsolete. (Inherited from Task.) | |
| Name | (Inherited from Task.) | |
| NamespaceManager | (Inherited from Element.) | |
| Parent | (Inherited from Element.) | |
| Password |
Gets or sets the password for the FTP connection.
In the NAnt script, that's set with the password attribute.
(Inherited from FtpTaskBase.) | |
| Project | (Inherited from Element.) | |
| Properties | (Inherited from Element.) | |
| SourceFile |
Gets or sets the source file. If set, only this file will be copied.
In the NAnt script, that's set with the file attribute.
| |
| Threshold | (Inherited from Task.) | |
| ToDirectory |
Gets or sets the destination directory.
In the NAnt script, that's set with the todir attribute.
| |
| ToFile |
Gets or sets the destination file. Used in conjuction with SourceFile.
In the NAnt script, that's set with the tofile attribute.
| |
| UnlessDefined | (Inherited from Task.) | |
| Username |
Gets or sets the username for the FTP connection.
In the NAnt script, that's set with the username attribute.
(Inherited from FtpTaskBase.) | |
| Verbose | (Inherited from Task.) | |
| XmlNode | (Inherited from Element.) |