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