Results 1 to 10 of 16
-
28th Apr 2012, 12:31 PM #1OPMember
How to wget without leaving putty on
Hey Guys
I wanted to ask u is there a way i can wget without leaving the putty on as i need to wget 80gbs folder to another server of mine and i have some connection problems in my home connection ie if putty closes the wget also gets closed i think so is there a way to auto wget without me being connected to the net ?msk19994 Reviewed by msk19994 on . How to wget without leaving putty on Hey Guys I wanted to ask u is there a way i can wget without leaving the putty on as i need to wget 80gbs folder to another server of mine and i have some connection problems in my home connection ie if putty closes the wget also gets closed i think so is there a way to auto wget without me being connected to the net ? Rating: 5
-
28th Apr 2012, 12:38 PM #2Respected MemberWebsite's:
DL4Everything.com Soft2050.in
-
28th Apr 2012, 12:39 PM #3You can call me G
run the command via GNU Screen. When your session drops just connect back and get back to the initial screen . There are a fair number of tutorials about using it.. Hope it helps.
Regards,
Gaurav
edit: woops soft2050 beat me
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
28th Apr 2012, 12:56 PM #4OPMember
-
28th Apr 2012, 01:02 PM #5Respected MemberWebsite's:
DL4Everything.com Soft2050.inNope, screen is the other way round. It won't die once you close the connection off, so your file would still be downloading. The processes of the screen are active in the background.
-
28th Apr 2012, 01:19 PM #6OPMember
-
28th Apr 2012, 03:13 PM #7Member
using -b puts it in the background
if you support nohup you could run;
nohup wget http://website.com/file.bin &
and like people have said above , the screen command works as well.
-
28th Apr 2012, 03:16 PM #8OPMember
-
28th Apr 2012, 03:44 PM #9Member
Use screen, then run your desired command(s), hit ctrl + a + d to detach the screen session.
When you want to reatach, do screen -ls, it'll show running screen sessions, then screen -R screenID (replace screenID by the output from screen -ls) and you're done.
-
28th Apr 2012, 03:56 PM #10MemberWebsite's:
epicimagehost.comImo screen is a must for every linux admin.
It'll make your life so much easier.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Auto login in putty
By tut2tut in forum Technical and Security TutorialsReplies: 24Last Post: 5th Nov 2012, 10:22 PM -
Wget Error
By timepilot in forum Server ManagementReplies: 14Last Post: 20th May 2012, 12:23 AM -
How to use WGET to download from Fileserve
By ladykiller88 in forum Technical Help Desk SupportReplies: 6Last Post: 21st Dec 2011, 09:48 PM -
PuTTY 0.61 Released
By Daniel in forum News & Current EventsReplies: 12Last Post: 14th Jul 2011, 11:27 AM -
Alternative to putty
By sparker366 in forum Webmaster ResourcesReplies: 13Last Post: 12th Feb 2011, 12:27 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...