On my local PC I'm running an Apache FtpServer which I can access as long as I'm in the same network. I want to be able to access this server from anywhere over the internet (as long as I know the IP adress).

Unfortunately, I'm not authorized to change the router configuration (e.g. port forwarding).

Is there any other way to make this FTP server accessible over the internet?

link|improve this question
This is offtopic here, voted to migrate to serverfault.com – Eugene Mayevski 'EldoS Corp Feb 14 at 19:53
feedback

1 Answer

Yes, but you need an SSH server accessible from the Internet (preferably with access to the sshd configuration files). Look closely at SSH port forwarding (lots of documentation on the Internet).

You would want to make a permanent SSH session from the FTP server to the SSH server with remote port forwarding for both the data and control ports. I wouldn't recommend it for production servers though.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.