FTPHelperGetFile Method | Helper帮助文档 |
下载文件
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GetFile( string ftpFolder, string ftpFileName, string localFolder, string localFileName )
Public Function GetFile ( ftpFolder As String, ftpFileName As String, localFolder As String, localFileName As String ) As Boolean
public: bool GetFile( String^ ftpFolder, String^ ftpFileName, String^ localFolder, String^ localFileName )
member GetFile : ftpFolder : string * ftpFileName : string * localFolder : string * localFileName : string -> bool
Parameters
- ftpFolder
- Type: SystemString
ftp目录 - ftpFileName
- Type: SystemString
ftp文件名 - localFolder
- Type: SystemString
本地目录 - localFileName
- Type: SystemString
本地文件名
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.FTPHelper.GetFile(System.String,System.String,System.String,System.String)"]
See Also