Remote Java applet ftp hangs
Ralph LRFeb 10 2011 — edited Feb 10 2011Hi,
I have a java applet that ftps files back to a server. It is correctly signed and can access files on the hard drive.
When downloaded and run as a local applet it works fine, however when downloaded as a remote applet it just hangs at the line
FTPClient ftp = new FTPClient();
No error messages, no clue, just gets no further than that.
Apologies if this is a bit vague or missing any vital information, but java isn't really my thing....
Cheers
Ralph