Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 647 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 647 Bytes

Java FTP proxy server

This program will help you if you are behind a firewall and do not have FTP access to the internet, but you have access to machine that has. It will then work as proxy server and in that way let you connect to FTP servers outside the firewall. It is also possible to do it the other way around, i.e. gain FTP access from the internet to beyond the firewall.

To run the program, type

java FtpProxy

(or java -cp . FtpProxy if for some reason the current directory is not in your classpath).

For further documentation and confiration examples, please refer to project homepage on http://aggemam.dk/ftpproxy.