Freigeben über


IDTSFtpClientConnection100.SendFiles Methode

Definition

Sendet Dateien an einen Remotestandort.

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)

Parameter

localFileNames
String[]

Der Name der lokalen Datei.

remotePath
String

Der Remotepfad.

overWrite
Boolean

True, wenn die Datei die vorhandene Datei überschreibt; andernfalls "false".

transferASCII
Boolean

True, wenn die Datei ASCII überträgt; andernfalls "false".

Attribute

Gilt für: