|
Question : Is it possible to connect to a ftp server with php?Answer :Yes it is possible, you can use the ftp_connect function. (PHP 3>= 3.0.13, PHP 4 >= 4.0b4)
You can see a more complex example of this by blatnoi at webtv.net, here:
http://inebria.com/phpftp/ftp.txt
|