• 0

FTP Applet not using server ip


Question

Im trying to set up a web app http://sftp.thinfile.com/sftp/ to use on my windows server. The applet works great but when i connect to a server its using the clients ip instead of the server ip where they applet is running. The server has firwall permissions that some clients will not have so i need the applet to use the servers ip to initiate the connection.

Is their anyway to change the applet to use the servers ip as a source?

Link to comment
https://www.neowin.net/forum/topic/652393-ftp-applet-not-using-server-ip/
Share on other sites

2 answers to this question

Recommended Posts

  • 0

The applet code executes on the client side. That's why it's using the client's IP. You'll need to use the server as a proxy somehow; Either at the network layer or at the application layer through a servlet or webservice.

There may be a more simple approach that I'm missing but I'm too hot to think :p.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.