Question:
I've found references saying a byte[] array upload is possible with FTP and SFTP, but where is it in the documentation? Is this still possible?
Check out the Chilkat documentation for the OpenFile*, CloseHandle*, and WriteBytes* methods in your language of choice, I think they are what you need.
Yes, thanks.