IDTSFtpClientConnection100.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.
Envoyer des fichiers à un emplacement distant.
public:
void SendFiles(cli::array <System::String ^> ^ localFileNames, System::String ^ remotePath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(19)]
public void SendFiles (string[] localFileNames, string remotePath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SendFiles : string[] * string * bool * bool -> unit
Public Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)
Paramètres
- localFileNames
- String[]
Nom du fichier local.
- remotePath
- String
Chemin distant.
- overWrite
- Boolean
True si le fichier remplace le fichier existant ; sinon, false.
- transferASCII
- Boolean
True si le fichier transfère ASCII ; sinon, false.
- Attributs