FTPClientPut(String, String) Method
Put a local file onto the FTP server in the current directory.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public virtual void Put(
string localPath,
string remoteFile
)
Public Overridable Sub Put (
localPath As String,
remoteFile As String
)
public:
virtual void Put(
String^ localPath,
String^ remoteFile
)
abstract Put :
localPath : string *
remoteFile : string -> unit
override Put :
localPath : string *
remoteFile : string -> unit
- localPath String
- Path of the local file.
- remoteFile String
- Name of remote file in current directory.
IFileTransferClientPut(String, String)