FTPClientConnection100Class Classe

Definizione

Fornisce proprietà e metodi per un'attività Client 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
Ereditarietà
FTPClientConnection100Class
Attributi
Implementazioni

Costruttori

FTPClientConnection100Class()

Inizializza una nuova istanza della classe FTPClientConnection100Class.

Proprietà

ChunkSize

Ottiene o imposta la quantità in byte dei dati da trasferire.

Retries

Ottiene o imposta il numero di volte in cui l'attività tenta di eseguire un'operazione.

ServerName

Ottiene o imposta il nome del server FTP.

ServerPassword

Ottiene o imposta la password per l'autenticazione.

ServerPort

Ottiene o imposta la porta del server FTP.

ServerUserName

Ottiene o imposta l'alias di accesso dell'utente.

Timeout

Ottiene o imposta un valore che indica per quanto tempo tentare la connessione prima del timeout.

UsePassiveMode

Ottiene o imposta un valore che indica se l'attività invia e riceve file in modalità passiva.

Metodi

Close()

Chiude la connessione al server FTP.

Connect()

Tenta di stabilire una connessione al server FTP.

CreateRemoteDirectory(String)

Crea la cartella specificata sul server FTP.

DeleteFiles(String[])

Elimina l'elenco di file sul server FTP.

DeleteRemoteDirectory(String)

Elimina la cartella specificata sul server FTP.

GetListing(String[], String[])

Ottiene un elenco di file nella directory di lavoro corrente.

GetWorkingDirectory()

Ottiene la directory di lavoro corrente.

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

Riceve i file dal server FTP.

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

Invia i file dal computer locale al server FTP.

SetWorkingDirectory(String)

Imposta la directory di lavoro corrente sul percorso specificato.

Si applica a