in reply to Re^4: sfv checker sting crc32
in thread sfv checker sting crc32

And the script i post what exactly i must do with it?

Probably i must copy the script somewhere?

1.You will need to run cpan and install String::CRC32 -Done

2.Put this perl script somewhere you can find it later ?

3.chmod +x /path/to/where/you/put/checker ?

Replies are listed 'Best First'.
Re^6: sfv checker sting crc32
by soonix (Chancellor) on Oct 21, 2016 at 10:10 UTC
    Hmm… Concentrated on getting the script installed, and then realizing that it possibly won't work anyway…

    The script seems to make heavy assumptions about its environment, probably you'd have to make several changes to make it run on Windows. OTOH, googling around leads to a Windows client that already does "SFV checking"

    From the description within the script it is unclear wether the script is intended to run on the server or on the client.

      The scripts is intend to run on wingftp server for

      incoming/uploaded dirs containg sfv, but its too hard for

      me to installed and run it. It will check dirs and creating

      empty dirs like --100% sfv crc ok-- if everything is ok and

      mark bad missing files and create something like this --50% sfc crc--.

        it is supposed to be started like this
        checker path/to/download/folder
        However, it will prepend "/usr/files" to the folder name. You will have to change this within the script, as in Windows usually such a folder doesn't exist.