IDTSFtpClientConnection100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente l'interface pour la connexion du 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
- Dérivé
- Attributs
Propriétés
ChunkSize |
Obtient ou définit la taille du segment. |
Retries |
Obtient ou définit le nombre de tentatives de connexions du client FTP. |
ServerName |
Obtient ou définit le nom du serveur. |
ServerPassword |
Définit le mot de passe du serveur. |
ServerPort |
Obtient ou définit le port du serveur utilisé dans la connexion. |
ServerUserName |
Obtient ou définit le nom d’utilisateur pour le serveur. |
Timeout |
Obtient ou définit le délai d'attente avant expiration de la connexion. |
UsePassiveMode |
Obtient ou définit si la connexion cliente utilise le mode passif. |
Méthodes
Close() |
Ferme la connexion cliente. |
Connect() |
Établit une connexion pour le client. |
CreateRemoteDirectory(String) |
Crée un répertoire distant pour la connexion. |
DeleteFiles(String[]) |
Supprime des fichiers pour la connexion cliente. |
DeleteRemoteDirectory(String) |
Supprime le répertoire distant pour la connexion cliente. |
GetListing(String[], String[]) |
Obtient la liste pour la connexion cliente. |
GetWorkingDirectory() |
Obtient le répertoire de travail pour la connexion cliente. |
ReceiveFiles(String[], String, Boolean, Boolean) |
Reçoit des fichiers à partir d'un emplacement distant. |
SendFiles(String[], String, Boolean, Boolean) |
Envoyer des fichiers à un emplacement distant. |
SetWorkingDirectory(String) |
Définit le répertoire de travail pour la connexion cliente. |