I need to write a python script on raspberry pi which can continuously keep monitoring a file of an other PC and write the changes of that file into itself (or) and save that file locally onto the pi , the file which it reads must be a general text file, .csv, etc.. Can anyone please help me out wit...