View Single Post
Old 07-09-2009, 10:25 PM  
yixin
Junior Member
 
Join Date: Jul 2009
Posts: 4
Default

Quote:
Originally Posted by jeza View Post
ioFTPD can execute your program on event OnUploadComplete.
Code:
[Events]
OnUploadComplete = EXEC path\to\your\program.exe
...
in this case ioFTPD will pass next arguments to you program:
Code:
phisical\path\of\the\uploaded\file
CRC32 sum of the file being uploaded
virtual\path\of\the\uploaded\file
This is very useful

P.S. Where can I fine the exact definition of the input arguments? I can'nt find them out in the changelog.txt
yixin is offline   Reply With Quote