[Secure FTP] force text comparition of many files

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

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Nux
Junior Member
Junior Member
Posts: 40
Joined: 2009-04-19, 08:05 UTC

[Secure FTP] force text comparition of many files

Post by *Nux »

Hi. Is it possible to somehow force Total Commander to compare files by content?

I know it would have to download all files but I would like to have the possibility to compare more then one file at once. Maybe an option in a context menu to compare all selected?

If that is not clear - I mean directory synchronization dialog. Total Commander always show question marks for comparison of the files (even though I have chosen to compare by content). This is fine as a default behavior, but I still need to force it to make text comparison for at least some folders.
bebbo
Junior Member
Junior Member
Posts: 53
Joined: 2009-06-24, 08:22 UTC

Re: [Secure FTP] force text comparition of many files

Post by *bebbo »

Nux wrote:Hi. Is it possible to somehow force Total Commander to compare files by content?

I know it would have to download all files but I would like to have the possibility to compare more then one file at once. Maybe an option in a context menu to compare all selected?

If that is not clear - I mean directory synchronization dialog. Total Commander always show question marks for comparison of the files (even though I have chosen to compare by content). This is fine as a default behavior, but I still need to force it to make text comparison for at least some folders.
Since the Total Commander does not call the plugins FsGetFileW method the content is not fetched and thus not compared.

You'd have to modify (fix?) the Total Commander for this.

Code: Select all

  get remote file -> temp file
  compare content with temp file
  delete temp file
Bebbo
Nux
Junior Member
Junior Member
Posts: 40
Joined: 2009-04-19, 08:05 UTC

Post by *Nux »

Found a workaround. Comparing works if you will map a drive using this sftp net drive (free version works fine):
https://www.eldos.com/sftp-net-drive/

It works MUCH slower then Secure FTP, but seems to allow any operation that is valid on a normally mapped drive.
bebbo
Junior Member
Junior Member
Posts: 53
Joined: 2009-06-24, 08:22 UTC

Post by *bebbo »

There is also an open source project for Windows SFTP integration:

http://sourceforge.net/projects/swish/


Bebbo
Post Reply