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.

public virtual void Put(
   byte[] bytes,
   string remoteFile,
   bool append
);

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