Share via


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

True の 場合は、ファイルが既存のファイルを上書きします。それ以外の場合は false。

transferASCII
Boolean

ファイルが ASCII を転送する場合は True。それ以外の場合は false。

属性

適用対象