Set up a folder watcher that should call the package from commend line like MyTrigger download it from CNET.
As you say u want SQL Agent to execute it, the other option which is probably more efficient, is to set up a File Table and create a trigger on the table for insert, that should execute the agent job with the sp_start_job system stored procedure.