how to get files as they are added to a remote server
- by Jordan
I am using a bash script (below) on a remote server (so far using ssh to connect) to execute a python script that downloads a lot of pdf files one at a time (getting the download locations from a text file with the URL's) in a loop.
I would like to move the files from the remote server to my local computer as they are downloaded, and then delete…