Share via


FTPClientConnection100Class Clase

Definición

Proporciona propiedades y métodos para una tarea de cliente FTP.

public ref class FTPClientConnection100Class : Microsoft::SqlServer::Dts::Runtime::Wrapper::FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")]
public class FTPClientConnection100Class : Microsoft.SqlServer.Dts.Runtime.Wrapper.FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("CCCD3499-1569-4001-AC4E-AA6A1B53F0D4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type FTPClientConnection100Class = class
    interface IDTSFtpClientConnection100
    interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("38BFBCC8-3C1E-4E28-8417-8C5401BBBF27")>]
type FTPClientConnection100Class = class
    interface IDTSFtpClientConnection100
    interface FTPClientConnection100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("D7623778-554E-4538-A5D3-A80E77047B93")>]
type FTPClientConnection100Class = class
    interface IDTSFtpClientConnection100
    interface FTPClientConnection100
Public Class FTPClientConnection100Class
Implements FTPClientConnection100
Herencia
FTPClientConnection100Class
Atributos
Implementaciones

Constructores

FTPClientConnection100Class()

Inicializa una nueva instancia de la clase FTPClientConnection100Class.

Propiedades

ChunkSize

Obtiene o establece la cantidad de datos en bytes para la transferencia de datos.

Retries

Obtiene o establece el número de veces que la tarea intenta una operación.

ServerName

Obtiene o establece el nombre del servidor FTP.

ServerPassword

Obtiene o establece la contraseña para la autenticación.

ServerPort

Obtiene o establece el puerto de servidor FTP.

ServerUserName

Obtiene o establece el alias de inicio de sesión del usuario.

Timeout

Obtiene o establece un valor que indica cuánto tiempo se puede intentar la conexión antes de que se agote el tiempo de espera.

UsePassiveMode

Obtiene o establece un valor que indica si la tarea envía y recibe los archivos en modo pasivo.

Métodos

Close()

Cierra la conexión con el servidor FTP.

Connect()

Intenta establecer una conexión con el servidor FTP.

CreateRemoteDirectory(String)

Crea la carpeta especificada en el servidor FTP.

DeleteFiles(String[])

Elimina la lista de archivos en el servidor FTP.

DeleteRemoteDirectory(String)

Elimina la carpeta especificada en el servidor FTP.

GetListing(String[], String[])

Obtiene una lista de archivos del directorio de trabajo actual.

GetWorkingDirectory()

Obtiene el directorio de trabajo actual.

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

Recibe los archivos del servidor FTP.

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

Envía los archivos del equipo local al servidor FTP.

SetWorkingDirectory(String)

Establece el directorio de trabajo actual en la ruta especificada.

Se aplica a