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