I've developped a web page for sending file to a FTP server. It take the file, rename it, access a FTP server, create a directory and put the file in.
I'm looking for a way to make it working as a desktop app. Is TideSDK able to do that? I guess it could as I used PHP, HTML and JQuery. But does the TideSDK API allow to access FTP server?
Thanks!!!