I want to compare two files (one file is located on local location and second is located on http server). Can I do that without downloading? I want to know that two files is completely the same.
Compare a remote file with its local versionOpen the Remote Host tool window (Tools | Deployment | Browse Remote Host or View | Tool Windows | Remote Host) and select the required deployment server from the list. Select the file, and then select Compare with local version from its context menu.
In the Project tool window, select the files you want to compare and choose Compare Files, or press Ctrl+D . Alternatively, select one file, choose Compare With from its context menu, and select a file that is outside your project.
Depends on what level of comparison you need. I assume you don't want to upload your local copy to the server either. You could easily take a hash of the file using MD5 or SHA1 and send that hash to the server to compare the files. If the hashes match they are the same. If they differ then you could then choose to upload the file for diff type comparison.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With