Quote:
Originally Posted by stevec
I've checked out screen and nohup, but I'm not sure how I can use these when the sftp transfer is already running?
|
You can't. One thing you could do is terminate the transfer and restart it using nohup and run it in the background:
$ nohup sftp {blah) &
I don't know if sftp supports resuming file transfers or not.
Peace...