An NDoc Documented Class Library

FTPClient.Put Method (String, String, Boolean)

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

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

Parameters

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

Implements

IFileTransferClient.Put

See Also

FTPClient Class | EnterpriseDT.Net.Ftp Namespace | FTPClient.Put Overload List