Hello,
i often ssh into my my os x mac from work and use curl to download files. I have 1 problem and 2 questions. My problem is that if i have curl downloading a large file and i get disconnected from ssh (due to my crappy connection at work) curl stops, and i have to re login and restart the download (i use resume). How do i give a command via ssh to "do this in the background" like it will start curl with my specifications but keep it running reguardless of whether or not i keep the ssh session open.
thanks all