FTPClient.GetNoBinary Method

HD.Common

FTPClientGetNoBinary Method Helper帮助文档
下载一个文件

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

public void GetNoBinary(
	string strRemoteFileName,
	string strFolder,
	string strLocalFileName
)
Public Sub GetNoBinary ( 
	strRemoteFileName As String,
	strFolder As String,
	strLocalFileName As String
)
public:
void GetNoBinary(
	String^ strRemoteFileName, 
	String^ strFolder, 
	String^ strLocalFileName
)
member GetNoBinary : 
        strRemoteFileName : string * 
        strFolder : string * 
        strLocalFileName : string -> unit 

Parameters

strRemoteFileName
Type: SystemString
要下载的文件名
strFolder
Type: SystemString
本地目录(不得以\结束)
strLocalFileName
Type: SystemString
保存在本地时的文件名
See Also

Reference