edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

FTPClientPut(String, String, Boolean) Method

Put a local file onto the FTP server in the current directory. Allows appending if current file exists.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public virtual void Put(
	string localPath,
	string remoteFile,
	bool append
)

Parameters

localPath  String
Path of the local file.
remoteFile  String
Name of remote file in current directory.
append  Boolean
true if appending, false otherwise

Implements

IFileTransferClientPut(String, String, Boolean)

See Also