An NDoc Documented Class Library

FTPClient.Put Method (Byte[], String)

Put data onto the FTP server in the current directory.

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

Parameters

bytes
Array of bytes to put.
remoteFile
Name of remote file in current directory.

Implements

IFileTransferClient.Put

See Also

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