Posts: 1
Threads: 1
Joined: Mar 2022
Good morning. First, I apologize for my bad English.
In the synchronization menu to a folder in the cloud, you can choose between three types of providers: Dropbox, Google Drive and OneDrive.
I would find it very convenient to add Synology's Drive service to this list as well.
I have a fairly large library and to keep three terminals synchronized with a single remote Synology Drive folder is only possible through inconvenient workarounds.
Thank you for your attention.
MZ
Posts: 14,386
Threads: 302
Joined: Apr 2012
06-11-2022, 04:36 AM
(This post was last modified: 06-15-2022, 03:37 AM by Zubersoft.)
Adding support for network drives involves having to support SMB which is not a simple thing I believe. I will have to see if there are open source libraries for all of the operating systems to handle that, otherwise implementing it myself would be a huge undertaking. There are also other options like ftp/sftp and IP address based options for connecting to a remote server that involves a lot of major changes to handle the communication over those protocols. So this is something that will involve a fair amount of dedicated time, but I unless I get more frequent requests for this, it's not something I can prioritize over other requests that I get more frequently.
Mike
Posts: 8
Threads: 3
Joined: Nov 2012
(06-11-2022, 04:36 AM)Zubersoft Wrote: Adding support for network drives involves having to support SMB which is not a single thing I believe. I will have to see if there are open source libraries for all of the operating systems to handle that, otherwise implementing it myself would be a huge undertaking. There are also other options like ftp/sftp and IP address based options for connecting to a remote server that involves a lot of major changes to handle the communication over those protocols. So this is something that will involve a fair amount of dedicated time, but I unless I get more frequent requests for this, it's not something I can prioritize over other requests that I get more frequently.
Mike
I think, I have a similar problem. I want to use my own cloud (WD My Cloud), but there is no option to choose it at the operating menu of my Android tablet, or? I can only take Dropbox, Google Drive or One Drive. It would by nice to get such an option.
Michael
Posts: 1,001
Threads: 87
Joined: Feb 2017
I know from past experience that trying to implement IP type programs is extremely time consuming; it is also difficult to implement/debug/maintain especially with so many hardware/software configurations
While it would be great if Mike supported your preferred mechanism, may I suggest that you try to implement something using one of the provided methods.
This will leave Mike free to develop other areas of his program e.g. the Mac version (something that I won't use).
Geoff
Samsung Galaxy Tab A6
Posts: 2
Threads: 0
Joined: Apr 2025
(06-11-2022, 04:36 AM)Zubersoft Wrote: Adding support for network drives involves having to support SMB which is not a simple thing I believe. I will have to see if there are open source libraries for all of the operating systems to handle that, otherwise implementing it myself would be a huge undertaking. There are also other options like ftp/sftp and IP address based options for connecting to a remote server that involves a lot of major changes to handle the communication over those protocols. So this is something that will involve a fair amount of dedicated time, but I unless I get more frequent requests for this, it's not something I can prioritize over other requests that I get more frequently.
Mike
Might not need SMB and network drive.
Synology has a "Drive" application (on Android and iOs) that appears to work like apple icloud, dropbox, etc.
I have thie drive app on my Samsung galaxy and when I select mobile sheets: IMPORT -> System File Browser, the "Drive" app is in the system file browser's "open from" list along with OneDrive, SD card, etc.
I can select a file from the synology drive and it imports properly.
Would be cool if I could do the same thing with the sync.
Posts: 2
Threads: 0
Joined: Apr 2025
(06-11-2022, 04:36 AM)Zubersoft Wrote: Adding support for network drives involves having to support SMB which is not a simple thing I believe. I will have to see if there are open source libraries for all of the operating systems to handle that, otherwise implementing it myself would be a huge undertaking. There are also other options like ftp/sftp and IP address based options for connecting to a remote server that involves a lot of major changes to handle the communication over those protocols. So this is something that will involve a fair amount of dedicated time, but I unless I get more frequent requests for this, it's not something I can prioritize over other requests that I get more frequently.
Mike
I just tried backup to file using the "System File Menu" and selected a file via the synology "Drive"
I then successfully did "synchronize with backup" from that file.
Posts: 14,386
Threads: 302
Joined: Apr 2012
Selecting individual files using the System File Browser is fine, but accessing an entire folder (and all files under that folder) is not something Google supports with its file browser (as most apps don't support the kind of intent I would have to use), so that's not an option. That's why I can't use the system file browser for the sync functionality.
Mike