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

FTPClientPut(String, String) Method

Put a local file onto the FTP server in the current directory.

Definition

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

Parameters

localPath  String
Path of the local file.
remoteFile  String
Name of remote file in current directory.

Implements

IFileTransferClientPut(String, String)

See Also