Share via


FTPClientConnection100 Interfaz

Definición

Para obtener más información, vea IDTSFtpClientConnection100.

public interface class FTPClientConnection100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface FTPClientConnection100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100Class))>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type FTPClientConnection100 = interface
    interface IDTSFtpClientConnection100
Public Interface FTPClientConnection100
Implements IDTSFtpClientConnection100
Derivado
Atributos
Implementaciones

Propiedades

ChunkSize

Obtiene o establece el tamaño del fragmento.

(Heredado de IDTSFtpClientConnection100)
Retries

Obtiene o establece el número de veces que el cliente FTP reintentó la conexión.

(Heredado de IDTSFtpClientConnection100)
ServerName

Obtiene o establece el nombre del servidor.

(Heredado de IDTSFtpClientConnection100)
ServerPassword

Establece la contraseña del servidor.

(Heredado de IDTSFtpClientConnection100)
ServerPort

Obtiene o establece el puerto del servidor utilizado en la conexión.

(Heredado de IDTSFtpClientConnection100)
ServerUserName

Obtiene o establece el nombre de usuario para el servidor.

(Heredado de IDTSFtpClientConnection100)
Timeout

Obtiene o establece el tiempo de espera para la conexión.

(Heredado de IDTSFtpClientConnection100)
UsePassiveMode

Obtiene o establece un valor que indica si la conexión de cliente utiliza el modo pasivo.

(Heredado de IDTSFtpClientConnection100)

Métodos

Close()

Cierra la conexión del cliente.

(Heredado de IDTSFtpClientConnection100)
Connect()

Establece una conexión para el cliente.

(Heredado de IDTSFtpClientConnection100)
CreateRemoteDirectory(String)

Crea un directorio remoto para la conexión.

(Heredado de IDTSFtpClientConnection100)
DeleteFiles(String[])

Elimina archivos para la conexión de cliente.

(Heredado de IDTSFtpClientConnection100)
DeleteRemoteDirectory(String)

Elimina el directorio remoto para la conexión de cliente.

(Heredado de IDTSFtpClientConnection100)
GetListing(String[], String[])

Obtiene la lista para la conexión de cliente.

(Heredado de IDTSFtpClientConnection100)
GetWorkingDirectory()

Obtiene el directorio de trabajo para la conexión de cliente.

(Heredado de IDTSFtpClientConnection100)
ReceiveFiles(String[], String, Boolean, Boolean)

Recibe archivos de una ubicación remota.

(Heredado de IDTSFtpClientConnection100)
SendFiles(String[], String, Boolean, Boolean)

Envía archivos a una ubicación remota.

(Heredado de IDTSFtpClientConnection100)
SetWorkingDirectory(String)

Establece el directorio de trabajo para la conexión de cliente.

(Heredado de IDTSFtpClientConnection100)

Se aplica a