![]() |
What is the best method to transfer files from one server to another?
Like the thread tittle says. I need to send large files from my server to my customer's server directly. I am not having much luck trying to FTP server to server. Any help???
. |
There is a program that does it piecemeal. I forget what it's called though. Basically you put the file in one folder, and it copies it in chunks. This is for large farms though.
If it fails, it re-tries the sections that don't work. |
ftp via ssh.
|
I would just use Smart FTP
|
If you have ssh access to both machines tar them up
tar -pcvzf thefiles.tar.gz * transfer from your server to his via secure copy command scp thefiles.tar.gz user@serveraddress:/remote/path/to/place/files/ untar the files (permissions will be intact) tar -pxvzf thefiles.tar.gz lots more info on google |
Quote:
Quote:
|
http://www.awmzone.com/services :thumbsup:thumbsup:thumbsup
|
Quote:
|
Quote:
|
Quote:
5678 |
Yes wget works great. Get Putty, telnet into the receiving server, then do the command wget www.target.com/files.tar.gz et voila. You will be amazed about the transfer speed between servers :-)
|
sweet!!!! Thanks guys!!
|
Quote:
|
sftp :2 cents:
|
Quote:
Quote:
I have on my server, but the server I want to transfer files to does not. When I try to ssh or telnet the connection gets cut. |
|
interesting how many replies and how helpful people are on very specific topics like technicals topics.. everyone jump in and help.
however when I ask how the fuck do you convert cams, nobody answers... strange. like people try to show off their ego with technicals-nerdy topics, but when we talk about real business, nobody wants to give their secrets. |
Quote:
|
Thanks uno, I am giving it a try
|
What system ?
Linux, mc and ssh. |
FTP on both ends.
|
scp or rsync
|
Does anyone know of a good server to server back-up tool by the way? cPanel can do this but you can't select the files you want to back-up, it's all or nothing. I need a tool that only synchronizes the directories selected by me.
And I hope you'll sort it out Charlie. |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 03:43 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123