havardgulldahl / jottalib

A library to access files stored at jottacloud.com.
GNU General Public License v3.0
83 stars 19 forks source link

xattr not supported under windows #76

Closed antonhagg closed 8 years ago

antonhagg commented 8 years ago

Hi,

It seems that xattr is not supported under windows, is there a way to bypass this in jottacloud.py? Also, isn't there a risk that if you store the md5 as a file attribute that it will miss uploading it since the md5 file attribute is not updated automatically when the file is changed?

/Anton

havardgulldahl commented 8 years ago

This is a bug in jottacloud.py.

antonhagg commented 8 years ago

Nice, thanks!