Archived Forum Post

Index of archived forum posts

Question:

How to upload a byte[] with SFTP

Nov 17 '15 at 11:38

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?

http://www.chilkatforum.com/questions/2322/zip-and-ftpsftp


Accepted Answer

Check out the Chilkat documentation for the OpenFile*, CloseHandle*, and WriteBytes* methods in your language of choice, I think they are what you need.


Answer

Yes, thanks.