why can't download file from linux server into local window disk c:?

ishish ishish at domhain.de
Mon Dec 8 12:37:56 EST 2014


>     with open(localpath, 'wb') as fl:
> PermissionError: [Errno 13] Permission denied: 'c:'

I remember gloomily (haven't used windows since ages) that newer 
Windows versions don't like users to write directly to C:. Have you 
tried to save the file to your Documents folder?

Regards,
Alba



More information about the Python-list mailing list