FTPClient.Put Method (String, String)

HD.Common

FTPClientPut 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 Put(
	string strFolder,
	string strFileNameMask
)
Public Sub Put ( 
	strFolder As String,
	strFileNameMask As String
)
public:
void Put(
	String^ strFolder, 
	String^ strFileNameMask
)
member Put : 
        strFolder : string * 
        strFileNameMask : string -> unit 

Parameters

strFolder
Type: SystemString
本地目录(不得以\结束)
strFileNameMask
Type: SystemString
文件名匹配字符(可以包含*和?)
See Also

Reference