Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter DIGGIDY

    (@diggidy)

    Ok, figured out how to get around the hashing.

    But, I have another question, what is the purpose of setting the transient? I don’t see what its trying to achieve ?

    How did you get it working without hashes? Can you please provide some information about your solution. Thank you very much!

    EDIT: I think I found the corresponding line in the file “destination.php”. At about Line 205 (maybe it is different at your file, search for filePathObscured) the files will get a unique name. In order to prevent this, you have to change
    $fileFlag = uniqid( 'FEU' . md5( $fileName ) );
    to
    $fileFlag = $fileName;

    Thread Starter DIGGIDY

    (@diggidy)

    I made lots of small changes to get the functionality for my very specific needs, there are other solutions out there like File Away which are far better and properly supported.

    But if you really want to use this plugin, I can post the source I guess, but I need to dig it out later when I’m back home.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘file hashing’ is closed to new replies.