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

如此 如果文件将覆盖现有文件;否则为 false。

transferASCII
Boolean

如此 如果文件传输 ASCII;否则为 false。

属性

适用于