how can i transfer files between two remote computer lets say my computer of my hosting company and any other remote computer
Thanks
opifex
4:19 am on Aug 13, 2006 (gmt 0)
? Didn't understand this one....
mack
10:57 am on Aug 13, 2006 (gmt 0)
What opperating system do you run on your home computer?
Mack.
encyclo
12:03 pm on Aug 13, 2006 (gmt 0)
If the two remote machines run Linux/Unix, you can use the built-in SSH and SCP facilities to copy over the files via an encrypted connection. You will need SSH (command-line) access to the machines (use Putty from your home machine).
You can also use plain old FTP, which will be faster - again you will probably need command-line access.
mack
4:51 pm on Aug 13, 2006 (gmt 0)
Again using linux this could be done using ftp combined with a cronjob. Another option would be to pull the data to the remote machines using either curl or wget