FTPHelper.AddMSCFile Method

HD.Common

FTPHelperAddMSCFile Method Helper帮助文档
修改文件

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

public bool AddMSCFile(
	string ftpFolder,
	string ftpFileName,
	string localFolder,
	string localFileName,
	string BscInfo
)
Public Function AddMSCFile ( 
	ftpFolder As String,
	ftpFileName As String,
	localFolder As String,
	localFileName As String,
	BscInfo As String
) As Boolean
public:
bool AddMSCFile(
	String^ ftpFolder, 
	String^ ftpFileName, 
	String^ localFolder, 
	String^ localFileName, 
	String^ BscInfo
)
member AddMSCFile : 
        ftpFolder : string * 
        ftpFileName : string * 
        localFolder : string * 
        localFileName : string * 
        BscInfo : string -> bool 

Parameters

ftpFolder
Type: SystemString
本地目录
ftpFileName
Type: SystemString
本地文件名temp
localFolder
Type: SystemString
本地目录
localFileName
Type: SystemString
本地文件名
BscInfo
Type: SystemString

[Missing <param name="BscInfo"/> documentation for "M:HD.Common.FTPHelper.AddMSCFile(System.String,System.String,System.String,System.String,System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.FTPHelper.AddMSCFile(System.String,System.String,System.String,System.String,System.String)"]

See Also

Reference