FTPClientConnection100Class.SendFiles メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ローカルコンピュータから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サーバーにファイルを転送するために。
実装
- 属性