IDTSFtpClientConnection100.SendFiles メソッド

定義

ファイルを遠隔地に送る。

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)

パラメーター

localFileNames
String[]

ローカルファイル名です。

remotePath
String

遠隔の道。

overWrite
Boolean

ファイルが既存ファイルを上書きする場合は真です。そうでなければ、誤りです。

transferASCII
Boolean

ファイルがASCII転送の場合は真です。そうでなければ、誤りです。

属性

適用対象