Compartir a través de


IDTSFtpClientConnection100 Interfaz

Definición

Representa la interfaz para la conexión de cliente FTP.

public interface class IDTSFtpClientConnection100
[System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")]
public interface IDTSFtpClientConnection100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)]
[System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")]
public interface IDTSFtpClientConnection100
[<System.Runtime.InteropServices.Guid("29CE4168-A47F-41B0-A455-FAAC04E36A30")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("C20A129F-67DA-49E0-9FFD-3965D031A70B")>]
type IDTSFtpClientConnection100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual | System.Runtime.InteropServices.TypeLibTypeFlags.FNonExtensible)>]
[<System.Runtime.InteropServices.Guid("2087DF1D-8A5D-47A8-A00D-38CA51C10B43")>]
type IDTSFtpClientConnection100 = interface
Public Interface IDTSFtpClientConnection100
Derivado
Atributos

Propiedades

ChunkSize

Obtiene o establece el tamaño del fragmento.

Retries

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

ServerName

Obtiene o establece el nombre del servidor.

ServerPassword

Establece la contraseña del servidor.

ServerPort

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

ServerUserName

Obtiene o establece el nombre de usuario para el servidor.

Timeout

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

UsePassiveMode

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

Métodos

Close()

Cierra la conexión del cliente.

Connect()

Establece una conexión para el cliente.

CreateRemoteDirectory(String)

Crea un directorio remoto para la conexión.

DeleteFiles(String[])

Elimina archivos para la conexión de cliente.

DeleteRemoteDirectory(String)

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

GetListing(String[], String[])

Obtiene la lista para la conexión de cliente.

GetWorkingDirectory()

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

ReceiveFiles(String[], String, Boolean, Boolean)

Recibe archivos de una ubicación remota.

SendFiles(String[], String, Boolean, Boolean)

Envía archivos a una ubicación remota.

SetWorkingDirectory(String)

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

Se aplica a