FTPClientConnection100Class.SendFiles Méthode
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.
Envoie les fichiers depuis l'ordinateur local vers le serveur FTP.
public:
virtual void SendFiles(cli::array <System::String ^> ^ localFileNames, System::String ^ remotePath, bool overWrite, bool transferASCII) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::SendFiles;
[System.Runtime.InteropServices.DispId(19)]
public virtual void SendFiles (string[] localFileNames, string remotePath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SendFiles : string[] * string * bool * bool -> unit
override this.SendFiles : string[] * string * bool * bool -> unit
Public Overridable Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)
Paramètres
- localFileNames
- String[]
Liste de fichiers à envoyer au serveur FTP.
- remotePath
- String
Dossier distant sur lequel les fichiers envoyés sont enregistrés.
- overWrite
- Boolean
true pour remplacer les fichiers de destination s’il existe ; sinon, false.
- transferASCII
- Boolean
true pour transférer des fichiers vers un serveur FTP en mode ASCII ; false, pour transférer des fichiers vers un serveur FTP en mode binaire.
Implémente
- Attributs