IDTSFtpClientConnection100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta l'interfaccia della connessione client 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
- Derivato
- Attributi
Proprietà
ChunkSize |
Ottiene o imposta le dimensioni del blocco. |
Retries |
Ottiene o imposta il numero di tentativi di connessione del client FTP. |
ServerName |
Ottiene o imposta il nome del server. |
ServerPassword |
Imposta la password del server. |
ServerPort |
Ottiene o imposta la porta del server utilizzata nella connessione. |
ServerUserName |
Ottiene o imposta il nome utente del server. |
Timeout |
Ottiene o imposta il timeout della connessione. |
UsePassiveMode |
Ottiene o imposta un valore che indica se la connessione client utilizza la modalità passiva. |
Metodi
Close() |
Chiude la connessione client. |
Connect() |
Stabilisce una connessione per il client. |
CreateRemoteDirectory(String) |
Crea una directory remota per la connessione. |
DeleteFiles(String[]) |
Elimina i file della connessione client. |
DeleteRemoteDirectory(String) |
Elimina la directory remota della connessione client. |
GetListing(String[], String[]) |
Ottiene l'elenco della connessione client. |
GetWorkingDirectory() |
Ottiene la directory di lavoro della connessione client. |
ReceiveFiles(String[], String, Boolean, Boolean) |
Riceve i file da un percorso remoto. |
SendFiles(String[], String, Boolean, Boolean) |
Invia i file in un percorso remoto. |
SetWorkingDirectory(String) |
Imposta la directory di lavoro della connessione client. |