I\'m curious how to upload file through FTP using PHP. Let\'s say I have upload form and user have uploaded a file. How to transfer the file (without moving from temp direct
FTP password must be in single quote otherwise it will not accept special characters
$ftp_server=""; $ftp_user_name=""; $ftp_user_pass=''; // this is the right way $file = "";//tobe uploaded $remote_file = "";