Find attached a patch to update the file '/opt/dropn900/transfers.py'. If you are ignorant about how to work with patches (like myself half an hour ago) then let me give you some advice. From the terminal as root: 1.) mv transfers-pm.py.patch.txt /opt/dropn900/ 2.) cd /opt/dropn900/ 3.) patch -b -i transfers-pm.py.patch.txt This will apply the patch to the file '/opt/dropn900/transfers.py' while backing up the original version in the same folder. So if need be, you can easily revert to Jonnenau's original version.