An NDoc Documented Class Library

ExFTPConnection.UploadByteArray Method (Byte[], String)

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

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

Parameters

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

See Also

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