The two ideas off the top of my head are:

1. Break the file into pieces and use multiple URLFetch calls
2. Have the file uploaded into the Blobstore, then have the other machine
download this file using HTTP.

On Tue, May 11, 2010 at 5:19 PM, Ajay Chitre <[email protected]> wrote:

> Hello,
>
> What are the various options available for transferring large amount of
> data out of AppEngine?  I tried SDC but I got 'The request to API call
> urlfetch.Fetch() was too large' message.  I guess, FTP wouldn't work because
> some of the classes under java.net.* package are black-listed.
>
> Here's the use case... when user uploads a file I want to transfer the file
> out of AppEngine to some other machine (outside Appengine).
>
> What are the available options?  Please let me know.  Thanks.
>
>  --
> 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 Relations, Google App Engine
Twitter: http://twitter.com/ikai
Delicious: http://delicious.com/ikailan

----------------
Google App Engine links:
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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.

Reply via email to