GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   What is the best method to transfer files from one server to another? (https://gfy.com/showthread.php?t=1038725)

charlie g 09-19-2011 06:40 PM

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???





.

camperjohn64 09-19-2011 06:42 PM

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.

scouser 09-19-2011 06:45 PM

ftp via ssh.

mattz 09-19-2011 06:50 PM

I would just use Smart FTP

Nasty 09-19-2011 06:50 PM

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

charlie g 09-19-2011 07:06 PM

Quote:

Originally Posted by Nasty (Post 18438355)
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

What if my customer doesnt have ssh access? I have tried scp but get rejected from their server.

Quote:

Originally Posted by deadwood (Post 18438346)
ftp via ssh.

So I can use ssh to ftp to his server???

HomerSimpson 09-19-2011 07:07 PM

http://www.awmzone.com/services :thumbsup:thumbsup:thumbsup

helterskelter808 09-19-2011 07:13 PM

Quote:

Originally Posted by charlie g (Post 18438378)
What if my customer doesnt have ssh access? I have tried scp but get rejected from their server.

Put them in a public directory and tell the customer to use wget.

charlie g 09-19-2011 07:16 PM

Quote:

Originally Posted by helterskelter808 (Post 18438388)
Put them in a public directory and tell the customer to use wget.

Can they use wget without shell access?

helterskelter808 09-19-2011 07:22 PM

Quote:

Originally Posted by charlie g (Post 18438392)
Can they use wget without shell access?

Yep.

5678

EukerVoorn 09-19-2011 07:24 PM

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 :-)

charlie g 09-19-2011 07:32 PM

sweet!!!! Thanks guys!!

helterskelter808 09-19-2011 07:57 PM

Quote:

Originally Posted by charlie g (Post 18438414)
sweet!!!! Thanks guys!!

Hold on a sec, I misread what you said. The customer has no access to the commandline on their server?

CYF 09-19-2011 08:01 PM

sftp :2 cents:

charlie g 09-19-2011 11:38 PM

Quote:

Originally Posted by helterskelter808 (Post 18438388)
Put them in a public directory and tell the customer to use wget.

Quote:

Originally Posted by helterskelter808 (Post 18438440)
Hold on a sec, I misread what you said. The customer has no access to the commandline on their server?

Yes, the customer does not have shell access.

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.

uno 09-19-2011 11:53 PM

http://en.wikipedia.org/wiki/File_eXchange_Protocol

Argos88 09-19-2011 11:56 PM

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.

uno 09-20-2011 12:06 AM

Quote:

Originally Posted by Argos88 (Post 18438754)
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.

lol when you find out let me know. I've never been able to do much with cams.

charlie g 09-20-2011 12:12 AM

Thanks uno, I am giving it a try

blogman9 09-20-2011 09:48 AM

What system ?
Linux, mc and ssh.

miguelf 09-20-2011 10:56 AM

FTP on both ends.

AdultEUhost 09-20-2011 10:58 AM

scp or rsync

EukerVoorn 09-20-2011 06:00 PM

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.

BestXXXPorn 09-20-2011 06:15 PM

Quote:

Originally Posted by AdultEUhost (Post 18439691)
scp or rsync

Winner, rsync has better support for interrupted downloads too (AKA resume).

porno jew 09-20-2011 06:18 PM

Quote:

Originally Posted by Argos88 (Post 18438754)
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.

people have told you on numerous boards on how to convert cams moron. GET CAM TRAFFIC.

charlie g 09-20-2011 06:32 PM

Quote:

Originally Posted by EukerVoorn (Post 18440573)
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.

Thanks, I haven't yet. No problems with ssh access enabled servers... but it seems vps transfers will not work.

directfiesta 09-20-2011 09:47 PM

Quote:

Originally Posted by AdultEUhost (Post 18439691)
scp or rsync

rsync....


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