- CheckMates
- :
- Products
- :
- Harmony
- :
- Endpoint
- :
- Re: Harmony Endpoint scan a specific folder
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Harmony Endpoint scan a specific folder
Hi,
Using Harmony Endpoint 87.40
Needs to scan a specific folder on demand of download files via command line.
Have an FTP job that downloads files to a specific location and need to scan the files automatically with command line command before copying them to the network..
Didn't find any way to do that, Is it possible and how?
Regards,
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
On Linux systems, I have an example command that might help you:
<sudo cpla am scan ~/Downloads>
Command Details:
sudo: Executes the command with superuser privileges.
cpla: Command-line utility for Harmony Endpoint.
am scan: Specifies that the action to be performed is an Anti-Malware scan.
~/Downloads: Directory to be scanned.
I hope this helps!
