IDTSFtpClientConnection100.ReceiveFiles 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从远程接收文件......
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,则为真;否则,就是假的。
- 属性