I'm working on an application using GWT 2 that needs to ssh to a remote server, retrive a directory listing and show the contents of any zip files. Then allow the user to pick a file and load the contents into a database. I'm trying to use a combination of SSH and RMI to do this. I'm concerned that some of the SSH and RMI calls won't compile or be compatible with GWT. I'm open to suggestions on a different or better way to accomplish this. I'm using the com.jcraft.jsch SSH library.
I'm using RMI to get the zipfile contents, I tried use an InputStream to read the zip file contents but it was very slow. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
