Hi!
I thought I'd forward this to the list in case it helps anyone else:
If you want to use FTP with SiteAccess then you'll need to add the following to SiteRoot.py, after
line 124 (at the end of the SiteRoot class), and at a similar place in AccessRule.py:
def get_size(self):
'''Make FTP happy'''
return 0
If anyone knows WHY this makes it work, please let us all know! :-)
cheers,
Chris