[TYPO3-linux] pls. quick help. How do I use wget, ftp
Christopher
bedlamhotel at gmail.com
Sat Jan 21 20:21:25 CET 2006
Hi,
On 1/21/06, mario <chiari.hm at flashnet.it> wrote:
> Hello
> I would like to understand how to use wget to download typo3 file (src
> and dummy) from http://prdownloads.sourceforge.net.
>
> Which are the exact strings I have to type at the prompt?
>
> I am using wget remotely, from my account at my web server (I enter
> there by ssh)
>
> Also, is there a ftp repositary for Typo3 files?
>
If wget is enabled, just 'wget http://domain.tld/path/to/file.ext'
should work. You could also use curl if wget is not present or not
enabled: 'curl -o file.ext http://www.domain.tld/path/to/file.ext'
-Christopher
More information about the TYPO3-linux
mailing list