Thanks for the help!

Post Reply
Gord1974
Newbie
Posts: 1
Joined: Tue May 13, 2025 6:09 am

Thanks for the help!

Post by Gord1974 »

Hello,

I'm trying to find a way to detect the corrupt file (like PDF or ZIP) in my flows.
I often have jobs that are catched in my flows before the complete copy on the disk.
All of this jobs are send to problem jobs and I receive many fail messages just because of that.
Is it possible to detect and ignore this files with an app or with variables ?

Thanks for the help!
loicaigon
Advanced member
Posts: 631
Joined: Wed Jul 10, 2013 10:22 am

Re: Thanks for the help!

Post by loicaigon »

PitStop Server could detect corrupt PDF files. But for zipped files, if you are on mac, you could use the command line tool with "zip" binary that has a "test" command:

zip -T filename.zip

https://ss64.com/mac/zip.html

For windows, you could try to find a similar tool.
Loïc Aigon
Enfocus PitStop Manager
User avatar
tdeschampsBluewest
Member
Posts: 127
Joined: Tue Jun 01, 2021 11:57 am

Re: Thanks for the help!

Post by tdeschampsBluewest »

I believe that Winrar and 7zip have a such function

Code: Select all

"C:\Program Files\WinRAR\WinRAR.exe" t myfile.zip
Do you like the Enfocus Apps developed by Bluewest?
Feel free to leave a comment on the Appstore!
Post Reply