Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see IDTSFtpClientConnection100.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")> _
Public Interface FTPClientConnection100 _
Inherits IDTSFtpClientConnection100
'Usage
Dim instance As FTPClientConnection100
[GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface FTPClientConnection100 : IDTSFtpClientConnection100
[GuidAttribute(L"689D62A7-08DA-489B-B3E2-2C37D664B05F")]
public interface class FTPClientConnection100 : IDTSFtpClientConnection100
[<GuidAttribute("689D62A7-08DA-489B-B3E2-2C37D664B05F")>]
type FTPClientConnection100 =
interface
interface IDTSFtpClientConnection100
end
public interface FTPClientConnection100 extends IDTSFtpClientConnection100
The FTPClientConnection100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ChunkSize | Infrastructure. Gets or sets the size of the chunk. (Inherited from IDTSFtpClientConnection100.) |
![]() |
Retries | Infrastructure. Gets or sets the number of times that the FTP client retried connecting. (Inherited from IDTSFtpClientConnection100.) |
![]() |
ServerName | Infrastructure. Gets or sets the name of the server. (Inherited from IDTSFtpClientConnection100.) |
![]() |
ServerPassword | Infrastructure. Sets the server password. (Inherited from IDTSFtpClientConnection100.) |
![]() |
ServerPort | Infrastructure. Gets or sets the server port used in the connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
ServerUserName | Infrastructure. Gets or sets the user name for the server. (Inherited from IDTSFtpClientConnection100.) |
![]() |
Timeout | Infrastructure. Gets or sets the time out for the connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
UsePassiveMode | Infrastructure. Gets or sets whether the client connection uses passive mode. (Inherited from IDTSFtpClientConnection100.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Infrastructure. Closes the client connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
Connect | Infrastructure. Establishes a connection for the client. (Inherited from IDTSFtpClientConnection100.) |
![]() |
CreateRemoteDirectory | Infrastructure. Creates a remote directory for the connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
DeleteFiles | Infrastructure. Deletes files for the client connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
DeleteRemoteDirectory | Infrastructure. Deletes the remote directory for the client connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
GetListing | Infrastructure. Gets the listing for the client connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
GetWorkingDirectory | Infrastructure. Gets the working directory for the client connection. (Inherited from IDTSFtpClientConnection100.) |
![]() |
ReceiveFiles | Infrastructure. Receives files from a remote location.. (Inherited from IDTSFtpClientConnection100.) |
![]() |
SendFiles | Infrastructure. Send files to a remote location. (Inherited from IDTSFtpClientConnection100.) |
![]() |
SetWorkingDirectory | Infrastructure. Sets the working directory for the client connection. (Inherited from IDTSFtpClientConnection100.) |
Top