An NDoc Documented Class Library |
|
FTPClient.Put Method (Byte[], String, Boolean)
Put data onto the FTP server in the current directory. Allows appending if current file exists.
Parameters
-
bytes
- Array of bytes to put.
-
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