shell>$php -r "phpinfo();" | grep ftp
Registered PHP Streams => php, http, ftp, compress.zlib
shell>$
I looked at the complete output and did not see that anything else for
FTP. What do I need to do add FTP support for the CLI?
Just to be absolutely sure, try to use `grep -i ftp` -- the "FTP" in
I figured out why that it wasn't working. My prefix isn't the standard
default prefix. I put php in /usr/local/apache/php. Though my script
calls for /usr/local/bin/php...that php binary was copied there from the
previous installation. Therefore, when I recompiled it was still using
the 'old'
mhhh.. try this:
#!/usr/local/bin/php
and look on the console if you see ftp enabled...
¿do you have only ONE PHP INSTALL IN YOUR BOX?.. or two?
On Thu, 02 Sep 2004 09:43:27 -0500, Cory D. Wiles <[EMAIL PROTECTED]> wrote:
> I am writing some backup scripts that will ftp my *.gz files to my ftp
Michal Migurski wrote:
#!/usr/local/bin/php
output when ran: 'Damn'
During the make I didn't see any errors. When I ran phpinfo()
[http://www.randomthoughtprocess.com/info.php] it shows that I have
FTP support. Is there something that I am missing?
The version of PHP you're running on the comm
Marek Kilimajer wrote:
Cory D. Wiles wrote:
I am writing some backup scripts that will ftp my *.gz files to my ftp
server. Unfortunately I didn't originally install php with ftp support
(oversight on my part). I reconfigured/installed PHP with --enable-ftp
and restarted everything, but the funct
#!/usr/local/bin/php
output when ran: 'Damn'
During the make I didn't see any errors. When I ran phpinfo()
[http://www.randomthoughtprocess.com/info.php] it shows that I have
FTP support. Is there something that I am missing?
The version of PHP you're running on the command-line may or may not
On Thursday 02 September 2004 22:43, Cory D. Wiles wrote:
> #!/usr/local/bin/php
> During the make I didn't see any errors. When I ran phpinfo()
> [http://www.randomthoughtprocess.com/info.php] it shows that I have FTP
> support. Is there something that I am missing?
You're using php-cli. What
Cory D. Wiles wrote:
I am writing some backup scripts that will ftp my *.gz files to my ftp
server. Unfortunately I didn't originally install php with ftp support
(oversight on my part). I reconfigured/installed PHP with --enable-ftp
and restarted everything, but the functions still don't work.
I am writing some backup scripts that will ftp my *.gz files to my ftp
server. Unfortunately I didn't originally install php with ftp support
(oversight on my part). I reconfigured/installed PHP with --enable-ftp
and restarted everything, but the functions still don't work.
#!/usr/local/bin/php
9 matches
Mail list logo