Forum Discussion
SharePoint Onlne And Linux
Hi Nati,
Are you going to perform Read/Write or only Read or Write, could you please provide more details or use case if possible?
There is no FTP support in SharePoint Online, at least in OOTB, there are 3rd parties, though.
It's possible to use WebDav protocol and mapped drive, yet there are issues connected with authentication, it works nicely on Windows machine with IE, but in Linux or Mac it won't work without efforts or even at all.
If you are alright with customizations, some scenarios for synchronization can be automated easily using of Node.js' libraries, like SPSave (to upload/publish files to document libraries) and SPPull (to download files with folders' structure to local storage). Uploading can be achieved using watch task which will can detect changed or added files locally then trigger SPSave for example.
--
Best regards,
Andrew