 | FtpUpload(String, String) Method |
Uploads the content of the local file to the file on the server, overriding it if it already exists.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic FtpResponse Upload(
string remotePath,
string localPath
)
Public Function Upload (
remotePath As String,
localPath As String
) As FtpResponse
public:
FtpResponse^ Upload(
String^ remotePath,
String^ localPath
)
member Upload :
remotePath : string *
localPath : string -> FtpResponse Parameters
- remotePath String
- The path of the remote file.
- localPath String
- The path of the local file.
Return Value
FtpResponseServer response send after the transfer completed.
See Also