from php.net:
To see if your PHP Module doesn't have FTP Functions you can run call phpinfo() and search for "FTP Functions" :
<PRE>
<?php phpinfo() ?>
</PRE>
if you donthave it, find the module and install it, then edit your php.ini to make sure php is using the extension