You won't be able to use FTP to upload files to your deployed application. If you're just working with an HTML page, then you should add this to the root directory (Python) or under war (Java), configure it to be served as a static file, and then re-deploy your app which then uploads this file and the configuration changes.
http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Handlers(Python) http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files(Java) - Jason On Sat, Dec 19, 2009 at 2:03 PM, arpit dawda <[email protected]> wrote: > hello > I have an active google app engine account. I have created an > application. Now its time to approve domain ownership by FPT a html file to > that but i am not getting that file to server. > Could u suggest me some solution??? > Everytime when i try to connect this server i always get an ERROR in > authentications. > ERROR ::: 530 Login authentication failed > > i m using my app engine login and password for authentication. > Plz tel me if i m making any mistake. > > > -- > ARPIT DAWDA > > -- > 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. > -- 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.
