I was wondering if it was possible to FTP/SFTP a file from a Google App Engine application's servlet to a remote FTP/SFTP server. Or maybe by creating a Task on the TaskQueue... Has anyone got this?
The GAE's documentation says that "bytecode that attempts to open a socket or write to a file will throw a runtime exception"
Thank you for your time!