Re: IOError: [Errno 13] Permission denied [moving to NAS]
Posted: March 20th, 2013, 8:22 am
I think should try with the same long file names SABnzbd uses as the problem might be in:
your NAS refusing long names
your NAS refusing names with spaces
your NAS refusing subdirectories
your NAS refusing special characters
your NAS refusing copy / write within a subdirectory owned by another user
etc etc
So something along the lines of:
your NAS refusing long names
your NAS refusing names with spaces
your NAS refusing subdirectories
your NAS refusing special characters
your NAS refusing copy / write within a subdirectory owned by another user
etc etc
So something along the lines of:
Code: Select all
from = '/home/rickhtpc/Downloads/incomplete/babla.2010.BluRay.AC3-NoGroup/rsg-truegrit-xvid.r53'
to = '/home/rickhtpc/Movies/_UNPACK_blabla 2010 BluRay AC3-NoGroup/rsg-truegrit-xvid.r53'
import shutil
shutil.copyfile(from, to)