Hi, I need to connect to a FTP server to fetch files for my app. There is no alternative, as the files are from another vendor, which only has the option to add the files to a FTP server. I tried using the Java JSch library for a SFTP connection, but as the library creates a new thread when connecting the session this is not an option, as GAE does not support starting new threads either.
Does anybody have suggestions for how I can work around the fact that GAE does not support FTP connections? Thanks, -Louise -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0a76b453-694f-4b2e-98c3-265629e3b6d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
