Zipscript-C FAQ

Q: Zipscript says: "WTF? Seems like you dont own any files..."?
A: Your zipdatadir does not exist or is not writable.

Q: Zipscript crashes after sfv/first mp3/rar
A: glftpd.log is not writable

Q: ZIP files are always reported as bad
A: Check that your unzip & zip are present and working in glftpd binary directory.

Q: RAR/MP3 files always fail crc check
A: Enable calc_crc from glftpd.conf (check README)

Q: Complete bar shows that release is 158% Complete
A: Enable dupechecking, zipscript does not check for dupes and counts each dupe as uploaded file.

Q: Zipscript does not announce anything
A: You're running a bot with botscript right? You propably have fucked up your path in zsconfig.h

Q: Setting uid/gid does not work..
A: Do chmod +s on postdel & zipscript-c

Q: Zipscript does not show progress bar on zip files
A: Release directory matches with rar or mp3 paths - check your config!

Q: I want to disable announce for some of the messages
A: Just disable setting enabled_message to 0

Q: I want some directories to be excluded from zipscript, why is there no option in your config for that?
A: You were asking for this: READ THE FUCKING MANUAL (glftpd.docs)!
   <quote>
        Example:
        post_check none /site/public/*  # disables zipscript in /site/public
        post_check /bin/special.sh /site/special/*      # special zipscript
        post_check /bin/zipscript *     # normal zipscript for all other paths
   </quote>

Q: Does zipscript work with vfat (fat32)?
A: Nopes.. and dont ask why (ask yourself why are you using fat with linux/bsd)
