Sync : FTP
Hi,
I'm looking forward to using zotero sync. I have sftp/ftp access to my home system using linux/ssh, but I can't use webDAV storage because port 80/8080 traffic is blocked for me, as they (and all outbout http traffic) are likely blocked for many other ISPs. Would it be possible to have zotero sync work over sftp (preferably) or ftp? This would enable everyone using ssh/ftp to use their home connection and storage.
thanks,
Justin
I'm looking forward to using zotero sync. I have sftp/ftp access to my home system using linux/ssh, but I can't use webDAV storage because port 80/8080 traffic is blocked for me, as they (and all outbout http traffic) are likely blocked for many other ISPs. Would it be possible to have zotero sync work over sftp (preferably) or ftp? This would enable everyone using ssh/ftp to use their home connection and storage.
thanks,
Justin
But if you have SSH access, you can use SSH tunneling to tunnel port 80 and get secure WebDAV access to your home system.
Justin
It would be great to have an alternative to WebDAV!
1) Install apache (or any other http server with a webdav module) on your local computer, and setup webdav to work properly
2) Mount the remote zotero directory using sshfs on the local
webdav directory as moutpoint
3) Let Zotero sync using WebDAV, with localhost as webserver.
In this way you should be syncing your remote Zotero folder with the
local one.
I have not tried this solution yet, but it should work.
Lello