How do I set up TC to use sync client parallel?

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
guidovanharten
Junior Member
Junior Member
Posts: 4
Joined: 2015-06-16, 10:11 UTC

How do I set up TC to use sync client parallel?

Post by *guidovanharten »

Anybody wrote:
'Use the sync client which is uploading your files in parallel'.

How do I set up TC to do so?
seb-
Senior Member
Senior Member
Posts: 276
Joined: 2011-11-15, 06:14 UTC
Location: DE\BN - only part time TC user after switching to Linux ;)

Post by *seb- »

You have to start the Sync Window in a new Process

Create a button by copy-pasting this text on your button bar:

Code: Select all

TOTALCMD#BAR#DATA
%COMMANDER_PATH%\TOTALCMD.EXE
/S=S "%X%Z%P" "%T"
wcmicons.dll,48
Sync Files NonModal
%COMMANDER_PATH%
0
-1

You can invoke a pre-configured Syncprofile by using the following button:

Code: Select all

TOTALCMD#BAR#DATA
%COMMANDER_PATH%\TOTALCMD.EXE
/S=S:=YOUR_SYNC_PROFILE
wcmicons.dll,48
Sync Files NonModal
%COMMANDER_PATH%
0
-1

the "=" behind the S: should start comparison of the Sync automatically.

hth.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

From first post I would say that sync client is a kind of third-party uploading tool, it is not TC Synchronizer... Anyway, more details required.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

MVV wrote:... Anyway, more details required.
Yes, seems to be a problem that some users are thinking that the web is some kind of global village.

https://forum.owncloud.org/viewtopic.php?t=28895&p=89977 ->
guidovanharten wrote:I have a 100 MB fiber connection. I do not know the exact upload speed
...
Currently, I use the commandline 'net use x: https://...../remote.php/webdav' and Total Commander to copy from my hard disk to drive x:
Can't really help here.
No personal experience with webdav, but it may be that the webdav plugin offers some possibility.

Regards
Holger
seb-
Senior Member
Senior Member
Posts: 276
Joined: 2011-11-15, 06:14 UTC
Location: DE\BN - only part time TC user after switching to Linux ;)

Post by *seb- »

From i what i read in the thread over at the owncloud forum i am now quite sure that "sync client" refers to the OwnCloud Desktop sync client. Which has nothing to do with TotalCommander at all....
Post Reply