An NDoc Documented Class Library

FTPConnection.UploadByteArray Method (Byte[], String)

Upload an array of bytes to the FTP server in the current working directory.

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

Parameters

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

See Also

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