FtpTask Class
Downloads and uploads data files and manages directories on servers. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Tasks.FtpTask
Assembly: Microsoft.SqlServer.FtpTask (in microsoft.sqlserver.ftptask.dll)
Syntax
'Declaration
<GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063")> _
Public NotInheritable Class FtpTask
Inherits Task
Implements IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite, IDTSSuspend
[GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063")]
public sealed class FtpTask : Task, IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite,
IDTSSuspend
[GuidAttribute(L"CC8D2B06-8088-44ee-870D-0F09F5860063")]
public ref class FtpTask sealed : public Task, IDTSFTPTask, IDTSComponentPersist, IDTSBreakpointSite,
IDTSSuspend
/** @attribute GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063") */
public final class FtpTask extends Task implements IDTSFTPTask, IDTSComponentPersist,
IDTSBreakpointSite, IDTSSuspend
GuidAttribute("CC8D2B06-8088-44ee-870D-0F09F5860063")
public final class FtpTask extends Task implements IDTSFTPTask, IDTSComponentPersist,
IDTSBreakpointSite, IDTSSuspend
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.FtpTask.FtpTask
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
FtpTask Members
Microsoft.SqlServer.Dts.Tasks.FtpTask Namespace