motor
14.11.2006, 19:22:47
wget --directory-prefix="/home/strona/"
http://strona.pl/produkty.phpskrypt pod tym adresem strony generuje mi plik xml ale na serwerze zapisuje go jako produkty.php
Co mam dodać żeby zapisał mi go z własna nazwą i rozszerzeniem jakim chcę ?
wipo
15.11.2006, 14:54:10
Polecam czytanie manuala:
Fragment tego co otrzymałem po wpisaniu: man wget
-O file
--output-document=file
The documents will not be written to the appropriate files, but all
will be concatenated together and written to file. If - is used as
file, documents will be printed to standard output, disabling link
conversion. (Use ./- to print to a file literally named -.)
Note that a combination with -k is only well-defined for download-
ing a single document.
motor
16.11.2006, 16:23:18
Dzięki nie mogłem się tego doszukać
Pozdrawiam