edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

ExFTPConnectionUploadFile Method (String, String, Boolean)

Note: This API is now obsolete.

Upload a local file to the FTP server in the current working directory. Allows appending if current file exists.

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
[ObsoleteAttribute("Use UploadFile(string, string, WriteMode)")]
public override void UploadFile(
	string localPath,
	string remoteFile,
	bool append
)

Parameters

localPath
Type: SystemString
Path of the local file.
remoteFile
Type: SystemString
Name of remote file in current working directory.
append
Type: SystemBoolean
true if appending, false otherwise.
See Also