New plugin available: Cloud (access to Box, Dropbox, etc).

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
rdss
Junior Member
Junior Member
Posts: 7
Joined: 2011-12-21, 09:15 UTC

Post by *rdss »

Hello,

First of all: Great Job for writing this plugin! It is a life savior for the ones who don't want or cannot use the full clients for different providers.

Secondly, I'd like to suggest a few tweaks for improving the OneDrive-related functionality (it's the only one that I use since I have an active O365 home subscription):

- date/time stamps: using the browser or the Cloud plug-in the date/time is the one of the upload. Using the OD client for Windows, the date/time stamp of the file is preserved. Could this be added as an option?

- running in background: it would be great if options like copy in background or add to copy queue would be supported

- it would be great to have the option of moving files from/to the OD account

- downloading/uploading multiple files at once: it would be great if during the copy process multiple threads would be instantiated at once - one per file. I frequently copy a lot of small files and the time overhead is sensibly large.

Note: the last two could also apply for FTP, where I frequently upload many website-related files

Best regards,
Alex.
User avatar
CZ.M
Junior Member
Junior Member
Posts: 18
Joined: 2016-11-04, 17:53 UTC

Post by *CZ.M »

Hi
I have a problem with the connection to OneDrive. I receive a message in OAuth2 Login window. All other clouds eg. DropBox, Yandex or Google Drive working properly. Can you check that everything works OK?
Firefox 49.0.2 64bit
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6481
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

CZ.M wrote:Hi
I have a problem with the connection to OneDrive. I receive a message in OAuth2 Login window. All other clouds eg. DropBox, Yandex or Google Drive working properly. Can you check that everything works OK?
Firefox 49.0.2 64bit
OneDrive works fine here with the cloudplugin_chromium1.08
Your Firefox browser doesn't matter here.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
CZ.M
Junior Member
Junior Member
Posts: 18
Joined: 2016-11-04, 17:53 UTC

Post by *CZ.M »

Horst.Epp wrote: OneDrive works fine here with the cloudplugin_chromium1.08
Your Firefox browser doesn't matter here.
Now I downloaded the file from the link stated above

Code: Select all

https://plugins.ghisler.com/fsplugins/cloudplugin_chromium1.08.rar
With this plugin, everything works perfectly. The difference is very large in size. Hire is 14,75 MB. Earlier plugin which I used had a size 343 KB.

Code: Select all

https://plugins.ghisler.com/fsplugins/cloudplugin1.08.zip
Thank you very much for the advice

:D
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The normal plugin uses the installed Internet Explorer for login, the cloudplugin_chromium uses an included Chromium browser. If your installed Internet Explorer is too old, you may get login errors.
Author of Total Commander
https://www.ghisler.com
User avatar
Mikefield
Power Member
Power Member
Posts: 628
Joined: 2006-02-26, 19:13 UTC
Location: Oberursel, Germany HE

Post by *Mikefield »

As this plugin is limited to the listed provider, is it possible to add some others like Magentacloud (https://www.magentacloud.de)
or a local NewCloud (fkna Owncoud) server? I looked also at the plugin folder for a "cloud.ini" Smile but there is no config file. The
provider are hardcoded in the cloudplugin.wfx(64).
I know, that I can use the WebDAV plugin instead.

mf
Bankster - Word of the Year 2009
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I know, that I can use the WebDAV plugin instead.
Why not use it then? The above clouds are supported in a separate plugin because they do NOT support WebDAV.

Magentacloud supports WebDAV. URL:
https://webdav.magentacloud.de

Owncloud also supports WebDAV, I use it regularly with a Raspberry PI 2. The URL name is usually:
my-owncloud-server-name.com/owncloud/remote.php/webdav
Author of Total Commander
https://www.ghisler.com
User avatar
Mikefield
Power Member
Power Member
Posts: 628
Joined: 2006-02-26, 19:13 UTC
Location: Oberursel, Germany HE

Post by *Mikefield »

ghisler(Author) wrote:The above clouds are supported in a separate plugin because they do NOT support WebDAV.
Ohh, I didn't realised it. Thanks.
But a suggestion. If I use different clouds, then I've to use the WebDAV and the Cloud Plugin.
If the Cloud Plugin could support WebDAV too, only one plugin is necessary, also the proxy
settings would be only in one Plugin... .-)

mf
Bankster - Word of the Year 2009
SuprA
Junior Member
Junior Member
Posts: 7
Joined: 2016-09-15, 07:17 UTC

Post by *SuprA »

Dear Christian, thank you very much for your work!

Could you please implement an encryption on-the-fly of all files and folders (including their names) that uploads to Google Drive, so that if someone will get an access to my Google Drive, he will not be able to see the filenames and their content.
Also, it would be great if you will choose an encryption method which allows an access from mobile devices. Maybe you could use the encryption method from AES Crypt or Cryptomator, so that we can use their mobile apps.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks for the suggestion. Cryptomator seems to be under MIT license, so it would be legal to re-use their code also in my plugin. I will check whether this is feasible or not.
Author of Total Commander
https://www.ghisler.com
User avatar
brouer
Junior Member
Junior Member
Posts: 5
Joined: 2016-12-05, 15:25 UTC

Post by *brouer »

ghisler(Author) wrote:The bad news: The Microsoft OneDrive API does not seem to support the upload of the file with its timestamp.
I think Microsoft have added that funtionality with the fileSystemInfo property.

If it works, and the plugin could use that, it would certainly make my use of OneDrive quite a bit easier. :)
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2brouer
This is already supported in the current plugin version.
Author of Total Commander
https://www.ghisler.com
User avatar
brouer
Junior Member
Junior Member
Posts: 5
Joined: 2016-12-05, 15:25 UTC

Post by *brouer »

Odd. It's never worked for me.
The files always get the current time on OneDrive.

The ReadMe.txt says "Cloud plugin v1.08 final for Total Commander".
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48077
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Ah, sorry, seems that the code is newer and I never published it due to lack of time. :(
Author of Total Commander
https://www.ghisler.com
sorcar
Member
Member
Posts: 100
Joined: 2005-04-12, 17:45 UTC
Location: U.S.

Post by *sorcar »

I have noted that I can get a list of files by selecting and copying them to clipboard. Then I can copy url of files one by one through property.
But is it possible to select a few files and copy to clipboard their google drive urls?
Last edited by sorcar on 2016-12-16, 20:15 UTC, edited 1 time in total.
Post Reply