Upload an array of bytes to the FTP server in the current working directory.
Upload an array of bytes to the FTP server in the current working directory.
public virtual void UploadByteArray(byte[],string);
Upload data to the FTP server in the current working directory. Allows appending if current file exists.
public virtual void UploadByteArray(byte[],string,bool);