Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 02-24-2005, 09:07 AM   #1 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default leaving download to run once logged off

What i need to do is ssh into my linux box and start a download. I then need to be able to logout but leave the ftp process downloading.

I have ssh set up and working. Ftp is not a problem - i just dont know how to log off without killing the ftp process.

Ideally i would like to be able to log back on later on in the day to see how the download is going.

is this possible? how do i go about doing it?

thanks
fitzjj is offline  
Old 03-03-2005, 05:07 AM   #2 (permalink)
 
Monster Techie

Join Date: Apr 2004

Posts: 1,574

m3trj

Default

Well the best thing to do is use the nohup command, if you are using the console. It basically means no hangup. I'm not sure how well it would work in your situation but you can type "nohup <command>" and when you log out it should keep on going.

Also you c an put a & at the end to run it in the background. E.g. "nohup <command> &"
__________________


\'There is only one basic human right, and that is to do as you **** well please.
And with it comes the only basic human duty, to take the consequences.\'



m3trj is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On