IDTSFtpClientConnection100.SendFiles メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルを遠隔地に送る。
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転送の場合は真です。そうでなければ、誤りです。
- 属性