[Typo3-dev] TYPO3 3.8.1 released

Dmitry Dulepov typo3 at fm-world.ru
Wed Nov 16 08:08:12 CET 2005


Hi!

Christopher wrote:
> ...or, if your host has wget disabled:
> 
> $url = 'path/to/file/';
> $file_name = 'typo3_src-3.8.1.tar.gz';
> 
> // Same as running 'curl -o {file_name} {remote_file_location}' from shell:
> exec('curl -o ' . $file_name . ' ' . $url . $file_name);
> 
> ...though I find that hosts who disable ssh often disable exec() too...

Than you can just use PHP's built-in cURL functions :) If they are
compiled in, of course. But if not and everything above is disabled,
you'd better change hoster. :)

Dmitry.




More information about the TYPO3-dev mailing list