Share via


IDTSFtpClientConnection100.ReceiveFiles メソッド

定義

ファイルをリモートの場所から受信します。

public:
 void ReceiveFiles(cli::array <System::String ^> ^ remoteFileNames, System::String ^ localPath, bool overWrite, bool transferASCII);
[System.Runtime.InteropServices.DispId(17)]
public void ReceiveFiles (string[] remoteFileNames, string localPath, bool overWrite, bool transferASCII);
[<System.Runtime.InteropServices.DispId(17)>]
abstract member ReceiveFiles : string[] * string * bool * bool -> unit
Public Sub ReceiveFiles (remoteFileNames As String(), localPath As String, overWrite As Boolean, transferASCII As Boolean)

パラメーター

remoteFileNames
String[]

リモート ファイルの名前です。

localPath
String

ターゲット パス。

overWrite
Boolean

True の 場合、ファイルは既存のファイルを上書きします。それ以外の場合は false。

transferASCII
Boolean

ファイルが ASCII を転送する場合は True。それ以外の場合は false。

属性

適用対象