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.
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