An NDoc Documented Class Library

FTPClient.Put Method (String, String)

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

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

Parameters

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

Implements

IFileTransferClient.Put

See Also

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