Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

vavroch

Re: File comparison

A je možné vrátit nějakým způsobem přes WinSCP CRC souboru?
martin

Re: File comparison

WinSCP cannot use an external application for comparing files.
vavroch

File comparison

Hi,
i have a problem with file comparison. I have one local and one remote file. This file should be same. My task is test if all bytes is same (could be text or binary file) for example by CRC or MD5 hash. I'm using command:
winscp /console /passive /command "open -explicitssl -certificate="... ftps://re ... "put ..." "exit"

synchronize compares only date and filesize, how to use for example COMP or FC command?

Most important - I'm looking for batch file solution