I have an application that does not have settings for a proxy server. It assumes when it connects to the Internet that it is a direct connection. It tries to connect using a random tcp port somewhere around 1500. Its desintation is an FTP server. Is there any way to force the requests from the program to go to the proxy server on port 21?? I've found some software that will redirect ports, but the software only listens on one port, and with this application, I don't know what port it is going to use.
Thanks,
Thanks,