Page 1 of 1

Support SFTP or RESTful Service (HTTPS POST)

Posted: 28 Jan 2019 21:40
by stefanprivat
Hi

I'm new here, I don't have lot experiences with automagic.
Searched already in forum but I didn't found any answer to my following question:

Does automagic support SFTP or RESTful Service (HTTPS POST)?
(Should upload logged data to a server over one of these two protocols)

Thank you for answer!

BR Stefan

Re: Support SFTP or RESTful Service (HTTPS POST)

Posted: 29 Jan 2019 15:54
by Desmanto
SFTP mean secure FTP over SSL right? All FTP related action support protocol FTP, FTPS and FTPES (both are secure version of FTP). https://automagic4android.com/en/help/c ... pload_file

RESTful service is for the server or client? Automagic support both, Trigger HTTP Request for the server (for other device to post to Automagic) and Action HTTP Request to post to other server (or website). The Action HTTP Request not only support POST, but also other method such as GET, PUT, HEAD, etc. https://automagic4android.com/en/help/c ... tp_request