[Typo3-dev] TYPO3 3.8.1 released

Michael Stucki michael at typo3.org
Tue Nov 15 19:52:22 CET 2005


Hi Ingo,

>> One of the reasons the package contains the whole source is that us Linux
>> users can just untar the package and relink our typo3_src link to the new
>> source dir. If we're not satisfied we can easily switch back to the
>> previous version just by changing one link.
> 
> yes, that's true. But if you have to use the windows package because you
> don't have ssh access to the server or the hoster doesn't allow symlinks
> you're pretty much f***ed up when uploading the source with an 128kbit
> upstream dsl line...

This is how I would do it then:

<?php

$url = 'http://sourceforge.net/download_file.zip';
exec('wget -c '.$url);

etc.

?>

Regards
- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list