fwbuilder | A clone of the SourceForge fwbuilder repostiory | Firewall library
kandi X-RAY | fwbuilder Summary
kandi X-RAY | fwbuilder Summary
Firewall Builder is a GUI firewall management application for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more. Firewall configuration data is stored in a central file that can scale to hundreds of firewalls managed from a single UI.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fwbuilder
fwbuilder Key Features
fwbuilder Examples and Code Snippets
Community Discussions
Trending Discussions on fwbuilder
QUESTION
I have a FileSystemWatcher that monitors a folder for zip files and then performs an extraction of the files contents when added to the folder. All works well when copying or moving the files to the folder as expected. Chrome or IE browsers Save Target As or Save Link As hyperlinks download the file to the folder but the OnCreated event does not fire. Instead it fires OnDeleted when saving the zip file to the folder this way. The download hyperlink could be either web server based or local file to pc, neither which work. Is there a separate notify-filter that needs to be applied for this?
...ANSWER
Answered 2017-Sep-05 at 18:22It's difficult to tell what exactly is happening on the disk without seeing full details of file changes.
I suggest you do the following small experiment to better understand what happens when you download a file from browser and save it to the folder being watched by your program.
- Remove *.zip filter from your watcher and watch all files
- Write a log entry from all your event handlers along with timestamp and file name.
- Run the program and save a file and observe the log.
It is likely that the browser is creating a temp file and renaming it to the desired name at the end of download. If this is indeed the case, you can start watching the rename operation and trigger your extract operation in there.
I guess you are missing the create event on the temp file because of .zip filter.
Try this and let me know how it goes. Also, post the result of the experiment (the log).
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fwbuilder
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page