An NDoc Documented Class Library

ExFTPConnection.UploadByteArray Method

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

Overload List

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

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

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

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

See Also

ExFTPConnection Class | EnterpriseDT.Net.Ftp Namespace