Synchronize limited to only 4 combinations

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
billiebub
Member
Member
Posts: 187
Joined: 2011-04-12, 19:49 UTC

Synchronize limited to only 4 combinations

Post by *billiebub »

I work with embedded systems and so extracting file systems such as jffs2, squashfs is something that I do very frequently in TC. When trying to perform synchronization on an extracted squashfs directory listing and a target directory, I receive an error saying that only certain combinations are supported as shown in this image https://www.dropbox.com/s/gtn2dv2l9di53oo/Tc_sync_failure.jpg.

If TC was able to extract successfully, why does it limit itself to only the combination shown in the error above?
Last edited by billiebub on 2014-06-18, 14:14 UTC, edited 2 times in total.
billiebub
Member
Member
Posts: 187
Joined: 2011-04-12, 19:49 UTC

Post by *billiebub »

is it just me or is this a common problem? Why does TC limit itself to just the combinations it listed in the error message?

directory <-> directory
ftp <-> directory
zip <-> directory
...

after all, there are WCX plugins for extra packing and unpacking functionality which makes TC a power tool. That being said, TC should also allow the synchronize function to work on extracted files rendered in panels and NOT just on the combinations listed above.

I'm I being unreasonable here?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7014
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

billiebub wrote:is it just me or is this a common problem? Why does TC limit itself to just the combinations it listed in the error message?

directory <-> directory
ftp <-> directory
zip <-> directory
...

after all, there are WCX plugins for extra packing and unpacking functionality which makes TC a power tool. That being said, TC should also allow the synchronize function to work on extracted files rendered in panels and NOT just on the combinations listed above.

I'm I being unreasonable here?
Yes you are unreasonable and it looks like you have no idea about programing. :D
To sync files there must be a way to compare them which is sometimes only possible after downloading all files to local storage.
A file listing in a panel from a plugin is not always sufficient for this.
billiebub
Member
Member
Posts: 187
Joined: 2011-04-12, 19:49 UTC

Post by *billiebub »

If you read my last post you should learn that the files have already been extracted. I'm not referring to virtual file systems here or WDX data. I'm dealing with actual file systems and files have been extracted successfully (see screenshot).

The issue stems from the fact that TC was successfully able to extract the files and render them in the panels but only support 4 combinations. That being said, why limit to only these 4 when it's possible to extract from other sources?
Post Reply