Share via


FTPClientConnection100Class.SendFiles メソッド

定義

ローカル コンピューターのファイルを FTP サーバーに送信します。

public:
 virtual void SendFiles(cli::array <System::String ^> ^ localFileNames, System::String ^ remotePath, bool overWrite, bool transferASCII) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSFtpClientConnection100::SendFiles;
[System.Runtime.InteropServices.DispId(19)]
public virtual void SendFiles (string[] localFileNames, string remotePath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(19)>]
abstract member SendFiles : string[] * string * bool * bool -> unit
override this.SendFiles : string[] * string * bool * bool -> unit
Public Overridable Sub SendFiles (localFileNames As String(), remotePath As String, overWrite As Boolean, transferASCII As Boolean)

パラメーター

localFileNames
String[]

FTP サーバーに送信するファイルの一覧です。

remotePath
String

送信したファイルが保存されるリモート フォルダーです。

overWrite
Boolean

宛先ファイルが存在する場合に上書きする場合は true。それ以外の場合は false。

transferASCII
Boolean

ASCII モードでファイルを FTP サーバーに転送する場合は true。false。ファイルをバイナリ モードで FTP サーバーに転送します。

実装

属性

適用対象