语言

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

如果文件会覆盖现有文件,则为真;否则,就是假的。

transferASCII
Boolean

如果文件传输ASCII,则为真;否则,就是假的。

属性

适用于