luke2k4,
[FTP_Pre-Command_Events]
stor = %EXEC ..\scripts\sC.exe %[$path] 50
The cookie %[$path] will translate into whatever physical path file is going to be uploaded in. So if you upload to ie. d:\site the script will check free space on that disk.
|