- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-22-2014 03:51 PM
I'm trying to download application-pcap files using panxapi (not just file listings), but am not able to get it to work right.
My end goal is to specify a folder and have it download every .pcap in that folder.
Running panxapi like this just gives me a list of files in the given directory:
./bin/panxapi.py --export application-pcap --recursive --src /20140702/ --dst ./pcap/ -DDD
If I specify a file instead of an entire directory, I get an error message:
./bin/panxapi.py --export application-pcap --recursive --src /20140702/<filename>.pcap --dst ./pcap/test.pcap -D
export: "no handler for content-type: set(['text/plain'])"
Has anyone gotten pcap downloads to work with panxapi, and if so, what syntax did you use?
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!