An NDoc Documented Class Library

FTPConnection.UploadFile Method (String, String, Boolean)

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

public virtual void UploadFile(
   string localPath,
   string remoteFile,
   bool append
);

Parameters

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

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace | FTPConnection.UploadFile Overload List