PHP Questions Forums : PHP Questions and Answers
How to download file from protected FTP serverBy: Amgadm [3-September-10 10:03AM]1 posts |
|
Hello Couldn't Connect to Serverftp_login($conn,"user","123"); ftp_pasv($conn,TRUE); ftp_get($conn,$mname,"/$cat/$mname",FTP_ASCII); ftp_close($conn); but the problem that the file is being downloaded in the server itself that contains the download page & not downloaded to the client pc Thanks a lot | |
Next: What Is PHP Caching

