An NDoc Documented Class Library

FTPConnection.UploadByteArray Method (Byte[], String, Boolean)

Upload data to the FTP server in the current working directory. Allows appending if current file exists.

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

Parameters

bytes
Array of bytes to put.
remoteFile
Name of remote file in current working directory.
append
true if appending, false otherwise.

See Also

FTPConnection Class | EnterpriseDT.Net.Ftp Namespace | FTPConnection.UploadByteArray Overload List