Jump to content

Putty and lynx.


tvlad
 Share

Recommended Posts

I don't think you can do this. Once you open lynx, it is linked to your account. Therefore, in order to close your account, you need to kill all active processes. This would include the download. I have tried adding the ampersand after the command and it simply stops me from exiting my account until the process is finished.

Link to comment
Share on other sites

yes it can be done.

 

firstly .. don't use lynx, use wget for the download

use lynx to get a url perhaps, but then use wget to download

 

next check this out

man nohup

nohup means ignoring hangup signals. try this:

nohup wget -c http://domain/filename.iso &

then close putty, log back on with putty then do:

ps -U myusername

and looky looky ... wget is still running :-)

go to where you downloaded the file and do:

ll filename.iso

a few times and you will notice the file is getting bigger

if you want to watch the progress (as I often do) try this

tail -f nohup.out

here you will see all the normal output that would normally show up on screen

Link to comment
Share on other sites

Guest SeanTobin

Take a look at screen. Its a nice utility that allows you to create, detach, and later reattach screens that will live on even after you disconnect your ssh session.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...