I need to move a site from one server to another and the total is around 2 gigs w/ folders and files.What would be the best way to do this? Its pointless to DL it all to my machine at home and then upload seeing as it would take forever. I was thinking of making a .tgz of the entire html dir and then w/ shell FTP it and unpacking it but thats gonna kill everyone else on the Progress-Systems server and I don't wanna crash the box since it seems maxed out all the time anyway.Is there a command with the FTP option in shell to PUT a directory and not just a file?
12/6/2005 5:59:16 PM
Like mput?
12/6/2005 6:11:31 PM
yeah but from what I have read mput you have to list each file
12/6/2005 6:14:16 PM
Use a wildcard '*', turn off prompting, profit
12/6/2005 6:18:02 PM
you the man!
12/6/2005 6:19:30 PM
Dammit!I'm still not getting it. What am I doing wrong? Here is my output.
ftp> mput *mput mail? ymail: not a plain file.mput mainwebsite_cgi? ymainwebsite_cgi: not a plain file.mput mainwebsite_html? ymainwebsite_html: not a plain file.mput tmp? ytmp: not a plain file.mput webstat? ywebstat: not a plain file.mput www? ywww: not a plain file.
12/6/2005 6:22:45 PM
cp -R *
12/6/2005 8:09:19 PM
ftp> cp -R *?Invalid commandftp> cp?Invalid commandftp>
12/6/2005 8:20:11 PM
oh can you not SSH? cp -R /webdir is a terminal command
12/6/2005 8:34:04 PM
No I do not have SSH on the other box.Thats why I'm stuck trying this stuff
12/6/2005 8:41:26 PM
would tunneling work for this sort of thing?
12/6/2005 8:43:19 PM
Just wait until later this evening, tar and highly compress it all, then just send it with FTP.
12/6/2005 9:11:45 PM
already tried.the server keeps crapping out
12/6/2005 9:18:46 PM
get an SFTP client -- just transfer straight up through SSH(or maybe I didn't read the thread too carefully)[Edited on December 6, 2005 at 9:45 PM. Reason : or scp]
12/6/2005 9:45:03 PM
progress doesn't allow ssh access is the main problemyou do realize you probably could have downloaded it by now....probably could have compressed it and had it on its way back up...and it would be done faster than you will be able to find a solution here.
12/6/2005 9:49:28 PM
You realize ....1. I have shell.2. When ever I try to compress it craps out. 3. Somehow I have crapped out the admin panel now.4. I've been downlaoding this whole time. 5. I just find it odd that there is no utility that allows you to have 2 remotes sessions open and transfer files between them.
12/6/2005 9:59:07 PM
sounds like progress has some issues.have you tried tar/gzipping up various directories instead of the whole thing at once?
12/6/2005 10:07:16 PM
I don't understand FTP option in shellSo you have SSH access to your server?
12/6/2005 10:10:59 PM
no ... Im just gonna set it to upload tonight before bed and wake up and it should be on its way to being finished!it's just wack because it could have taken less than 15 mins.
12/6/2005 10:12:02 PM
12/6/2005 10:12:32 PM
did you try doing a recursive ls -A (I think, whatever doesn't return . and ..) and piping the contents to scp?
12/6/2005 10:28:58 PM
blah blah this whole things is retardedget WinSCP and you'll be done
12/6/2005 10:30:02 PM
CAn you tell me where it can do what I want?This is form the main readme.
12/6/2005 10:31:59 PM
what do you mean? you login then you drag 'n drop. pretty self-explanitory....
12/6/2005 10:34:52 PM
did you read my original post.I am trying to cut out my local machine.I want 2 panels. one remote session on the left "PROGRESS-SYSTEMS" and one remotes session on the right "New Server"
12/6/2005 10:37:39 PM
12/6/2005 10:42:47 PM
eh sorry about thatthen you really want FXPI've only used LeapFXP but i'm sure there's 890134513 good ones out there.
12/6/2005 10:54:29 PM
No its cool.Im more determined now to just find a program out there that can actually do this in case I need to do it in the future!More for shits and giggles now.SO this FXP is what I would use ehh?
12/6/2005 10:57:25 PM
FXP is what you want to use if you don't have ssh access. if you have ssh access to both boxes, you can just use scp (not winscp) and be fine. this is assuming both webservers are on *nix and have sshd running.
12/6/2005 11:01:08 PM
Progress is crapping out thats why Im doing what Im doing. NOt using shell that is.Hey I looked all over he web for LeapFXP but cant find it or any other liek client.You still have it?NM found it [Edited on December 6, 2005 at 11:07 PM. Reason : d]
12/6/2005 11:05:35 PM