 | FtpHelperDownloadFile 方法 |
Sweet 开发框架
下载文件
命名空间:
Sweet.Ftp
程序集:
Sweet.Ftp (在 Sweet.Ftp.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public FtpStatus DownloadFile(
string localPath,
string remotePath
)
Public Function DownloadFile (
localPath As String,
remotePath As String
) As FtpStatus
member DownloadFile :
localPath : string *
remotePath : string -> FtpStatus
参数
- localPath
- 类型:SystemString
[缺少 "M:Sweet.Ftp.FtpHelper.DownloadFile(System.String,System.String)" 的 <param name="localPath"/> 文档]
- remotePath
- 类型:SystemString
[缺少 "M:Sweet.Ftp.FtpHelper.DownloadFile(System.String,System.String)" 的 <param name="remotePath"/> 文档]
返回值
类型:
FtpStatus[缺少 "M:Sweet.Ftp.FtpHelper.DownloadFile(System.String,System.String)" 的 <returns> 文档]
参见