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

宛先ファイルが存在する場合、そうでなければ、誤りです。

transferASCII
Boolean

ASCIIモードでFTPサーバーへのファイル転送を真にするために;false、バイナリモードでFTPサーバーにファイルを転送するために。

実装

属性

適用対象