It wouldn't work anyway. App Engine won't let you open a port to listen on, and even if you did implement this App Engine will format your response like an HTTP response.
On Mon, Nov 30, 2009 at 9:55 AM, Adam <[email protected]> wrote: > AppEngine's design is prejudiced towards HTTP requests. If it is even > possible, which I doubt, you'd have to write the FTP server > implementation from scratch, and you'd be subject to AppEngine's > strict limit on the amount of time that a request has to be completed. > > A bad, bad idea. > > -- > > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
