Im trying to set up a way to sync file from my game server to be synced with the one on fastdownload server. Im trying to use Sftp, with batch file, but i cant get it to work with a password part. any one suggest some other way to do this?
Centos 5.5
fast download question
-
- Compulsive poster
- Posts: 60
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Sat May 01, 2010 12:52 pm
Re: fast download question
It might be a bit easier to use standard FTP (setting up an FTP daemon on the game server machine) and wget from the fast download server. Similar to what I suggested doing with a single file here: http://www.nfoservers.com/forums/viewto ... 414#p21419
You'd need to run a separate wget command on each folder you want synced (maps, models, etc) and most likely use the "--mirror" option.
You'd need to run a separate wget command on each folder you want synced (maps, models, etc) and most likely use the "--mirror" option.