PDA

View Full Version : Connecting to FTP with PHP?



Christopher
March 14th, 2002, 19:23
Hi, I was wondering if you can connect to FTP with PHP.

So for example, connecting to FTP for a web based file manager for hosting....?

Can you do it with PHP? If not, how?


Thanx!

spec
March 14th, 2002, 19:37
you do not connect thru FTP if you are using a PHP script.
www.hotscripts.com and look for it there

megapuzik
March 14th, 2002, 22:55
Yes, you can connect to FTP with PHP !!
http://www.php.net/manual/en/ref.ftp.php

good luck !