api - How to implement an file storage service in PHP (compatible with S3 or similar) -
Is there a way to create a server-side similar to S3, ID, Dropbox etc. in strict PHP?
In other words, I really do not want to write that at the end the goal will allow users to map a drive or folder on our server using an app that already exists. Applying the client to the OS side rather than some standard (or popular) API so that our servers are compatible with the current app.
If there is a standard API interface, it would be great - as long as some client applications are available for it. I tried to search but nothing was found. The closest thing is that
However, FTP is an unsafe and dated protocol. , While supporting the proprietary expansion of the protocol, WebDave is difficult to support on Windows.
Comments
Post a Comment