The FtpUploadTask type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodFtpUploadTask
Initializes a new instance of the FtpUploadTask class

Collapse imageMethods

  NameDescription
Protected methodCopyTo (Inherited from Element.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecute (Inherited from Task.)
Protected methodExecuteTask (Overrides TaskExecuteTask()()()().)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAttributeConfigurationNode(FrameworkInfo, String) (Inherited from Task.)
Protected methodGetAttributeConfigurationNode(XmlNode, FrameworkInfo, String) (Inherited from Element.)
Protected methodGetFtpUrl
Creates an FTP url from the given path parts.
(Inherited from FtpTaskBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize()()()() (Inherited from Task.)
Public methodInitialize(XmlNode) (Inherited from Element.)
Protected methodInitializeElement Obsolete. (Inherited from Element.)
Protected methodInitializeTask Obsolete. (Inherited from Task.)
Public methodInitializeTaskConfiguration (Inherited from Task.)
Protected methodInitializeXml (Inherited from Element.)
Public methodIsLogEnabledFor (Inherited from Task.)
Public methodLog(Level, String) (Inherited from Task.)
Public methodLog(Level, String, array<Object>[]()[][]) (Inherited from Task.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Collapse imageProperties

  NameDescription
Public propertyCopyFileSet
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.
Protected propertyCustomXmlProcessing (Inherited from Element.)
Public propertyFailOnError (Inherited from Task.)
Public propertyHost
Gets or sets the FTP host. In the NAnt script, that's set with the host attribute.
(Inherited from FtpTaskBase.)
Public propertyIfDefined (Inherited from Task.)
Protected propertyLocation (Inherited from Element.)
Public propertyLogPrefix Obsolete. (Inherited from Task.)
Public propertyName (Inherited from Task.)
Public propertyNamespaceManager (Inherited from Element.)
Public propertyParent (Inherited from Element.)
Public propertyPassword
Gets or sets the password for the FTP connection. In the NAnt script, that's set with the password attribute.
(Inherited from FtpTaskBase.)
Public propertyProject (Inherited from Element.)
Public propertyProperties (Inherited from Element.)
Public propertySourceFile
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.
Public propertyThreshold (Inherited from Task.)
Public propertyToDirectory
Gets or sets the destination directory. In the NAnt script, that's set with the todir attribute.
Public propertyToFile
Gets or sets the destination file. Used in conjuction with SourceFile. In the NAnt script, that's set with the tofile attribute.
Public propertyUnlessDefined (Inherited from Task.)
Public propertyUsername
Gets or sets the username for the FTP connection. In the NAnt script, that's set with the username attribute.
(Inherited from FtpTaskBase.)
Public propertyVerbose (Inherited from Task.)
Protected propertyXmlNode (Inherited from Element.)

Collapse imageSee Also