Share via


IDTSFtpClientConnection100.SendFiles Méthode

Définition

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

S’applique à