Skip to content

c960657/ftpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.