On Oct 9, 3:00 am, kalxite <[EMAIL PROTECTED]> wrote:
> To complete my intended functionality, i want to be able to click a
> button on my Java App which inturn updates/replaces the data file
> on the server hosting my embedded google maps webpage.
what upload methods are supported by your hosting company? Is FTP
available?  It is easy to use FTP in java but it is not a standard
package in the language.  There's plenty of 3rd party libraries
available, eg see http://www.enterprisedt.com/
however FTP is not a secure protocol, it sends the password in plain
text, so it's really best for downloading data using anonymous ftp,
not uploading data to your own site.  That's why Secure FTP java
libraries cost a lot of money.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to