FTPClient.Get Method (String, String)

HD.Common

FTPClientGet Method (String, String) Helper帮助文档
下载一批文件

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Get(
	string strFileNameMask,
	string strFolder
)
Public Sub Get ( 
	strFileNameMask As String,
	strFolder As String
)
public:
void Get(
	String^ strFileNameMask, 
	String^ strFolder
)
member Get : 
        strFileNameMask : string * 
        strFolder : string -> unit 

Parameters

strFileNameMask
Type: SystemString
文件名的匹配字符串
strFolder
Type: SystemString
本地目录(不得以\结束)
See Also

Reference