Post a reply

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

martin

U wrote:

Hmmm, interesting. Which server supports automatic checksum verification and which clients do too so it would work?

You know which do support it. The ProFTPD mod_sftp and Bitvise. Also VanDyke VShell. I don't know what other SFTP client except for WinSCP does support this.
U

Hmmm, interesting. Which server supports automatic checksum verification and which clients do too so it would work?

I gave it a shortcut and noticed that I am able to right click the directory or file and then go to "File Custom Commands" and then verify checksum. I get error 1 for access denied when doing on a directory and an error 2 for operation not supported when trying on a file.
U

??

Also, how do you automate checking each downloaded file? So after each file download or upload, it verifies the hashes or remote and local locations and if they don't match up, it redownloads or reuploads depending whether you're trying to upload or download.
U

Oh, that's awesome! I wasn't sure how it would work and happened by it by googling and found this method be the best method to verify each file transfer as 1:1 and not corrupted on the other end.

I take it that your client is based on custom code and not pigging back off PuTTY that FileZilla is doing?
U

Check file extension for SFTP?

Support or no? If no, add support? If no again, why not? Only other programs I know that supports check file extension for SFTP is Bitvise. There's a nix server that can do it called ProFTP (Bitwise can do too apparently but only runs on windows) but requires you to configure it on compile, so it's not quite out of the box tick this and it works.