Posted by Jerry Stuckle on 06/13/07 10:50
Johnny wrote:
> "ZeldorBlat" <zeldorblat@gmail.com> wrote in message
> news:1181698232.511572.180430@i38g2000prf.googlegroups.com...
>> On Jun 12, 8:54 pm, "Johnny" <removethis.huuan...@hotmail.com> wrote:
>>> Does the FTP capability of PHP require that the server it is used on
> have
>>> some kind of FTP installed or is it fully self-contained?
>>>
>>> Thanks
>> That depends. What "FTP capability" are you referring to?
>>
> umm... the ftp capability of PHP:
> http://us2.php.net/manual/en/ref.ftp.php
>
> is there more PHP FTP that I am missing?
>
> I guess what I'm asking is does PHP use host functionality for implementing
> FTP, much like you need a mail server for PHP to do mail...
>
>
FTP is not mail. You need a mail server on your system because mail is
handled asynchronously. FTP is synchronous. No server needed on the
client system.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|