There are many softwares and solutions that permit to keep in sync two or more hosts (like Rsync, Unison, etc), but when the sync must be made through Internet and you have access only to the ftp or http service your choices narrow down. This is the typical situation you can face on a shared [...]
Tag Archives | Linux
Using a server service through a SSH tunnel
If you have access to a server only through SSH, you can yet access all the others server services without the need to forward other ports on the router or firewall. Here is how : Open a console on your client Type : ssh -L [local port]:localhost:[remote port] [username]@[remote server] From now on you can [...]
- Secure downloads with SFTP / SCP and Java March 31, 2013
- Book : CodeIgniter 1.7 Professional Development July 18, 2010
- Book : CodeIgniter 1.7 May 26, 2010
- Localized Paypal payment requests May 2, 2010
- Database in Javascript : Taffy DB April 17, 2010
-
The WordPress Thesis Theme hooks
April 29, 2009
- Debugging a CodeIgniter application with FirePHP May 10, 2009
- How to translate the WordPress Thesis Theme August 16, 2009
- Keep in sync two hosts on Internet using LFTP April 21, 2009
- CodeIgniter controller for CRUD operations April 10, 2009
