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
True の 場合は、ファイルが既存のファイルを上書きします。それ以外の場合は false。
- transferASCII
- Boolean
ファイルが ASCII を転送する場合は True。それ以外の場合は false。
- 属性