0
I have a python script that downloads about 2000 images, and as my pc is not there these things I am using a VPS. But when I leave the script running it downloads a certain amount of images until the ssh connection drops. How do I leave the images downloading even after the ssh session is over? I tried nohup python meusccript.py &
but do not download the images.