View Single Post
Old 08-20-2015, 06:46 AM  
Robert_ack
Junior Member
 
Join Date: Aug 2015
Posts: 4
Default i need help to create my own script

hello i need that my ioftpd executes an exe on event OnUploadComplete starts an exe with argument the path and filename including its extension of the file that caused the event

i know how to start the exe but i dont know how to make it getting those arguments . is there any way to achieve this ?



result should be something like this

file uploaded to site: /pwd/rel/filename.part1.rar

ioftpd says windows to exec myexe.exe /pwd/rel/filename.part1.rar"


so far i have achived (very easily)

file uploaded to site: /pwd/rel/filename.part1.rar

ioftpd says windows to exec myexe.exe

by adding the event on ioftpd.ini


is there a way to make it send the parameters ? regards

Last edited by Robert_ack; 08-20-2015 at 09:15 AM.
Robert_ack is offline   Reply With Quote