You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,17 @@ Local and WebDAV providers are fully tested and can be used in production enviro
26
26
27
27
-[x]**LocalFileProvider** a wrapper around `FileManager` with some additions like searching and reading a portion of file.
28
28
-[x]**WebDAVFileProvider** WebDAV protocol is defacto file transmission standard, replaced FTP.
29
-
-[x]**DropboxFileProvider** A wrapper around Dropbox Web API. For now it has limitation in uploading files up to 150MB.
30
-
-[x]**OneDriveFileProvider** A wrapper around OneDrive Web API, works with `onedrive.com` and compatible servers. For now it has limitation in uploading files up to 100MB.
31
-
-[ ]**SMBFileProvider** SMB2/3 introduced in 2006, which is a file and printer sharing protocol originated from Microsoft Windows and now is replacing AFP protocol on MacOS. I implemented data types and some basic functions but *main interface is not implemented yet!* SMB1/CIFS is depericated and very tricky to be implemented
29
+
-[x]**DropboxFileProvider** A wrapper around Dropbox Web API.
30
+
* For now it has limitation in uploading files up to 150MB.
31
+
-[x]**OneDriveFileProvider** A wrapper around OneDrive Web API, works with `onedrive.com` and compatible (business) servers.
32
+
* For now it has limitation in uploading files up to 100MB.
33
+
-[ ]**CloudFilePRovider** A wrapper around app's ubiquitous container to iCloud Drive in iOS 8+ API.
34
+
-[ ]**SMBFileProvider** SMB2/3 introduced in 2006, which is a file and printer sharing protocol originated from Microsoft Windows and now is replacing AFP protocol on MacOS.
35
+
* Data types and some basic functions are implemented but *main interface is not implemented yet!*
36
+
* SMB1/CIFS is depericated and very tricky to be implemented
32
37
-[ ]**FTPFileProvider** while deprecated in 1990s, it's still in use on some Web hosts.
0 commit comments