i have a script that is on lycos ( inned it for the gd lib) then part of the script
///sent.php on lycos
move_uploaded_file($_FILES['blah']['tmp_name'],"ftp://user:pass@11.111.111.11/public_html/m/".file_folder($filext)."/".$upfile);
moves the files but i want them to upload it to my server datadink, is the code above correct or is there another way of soing it.