olistudent
IPPF-Urgestein
- Mitglied seit
- 19 Okt 2004
- Beiträge
- 14,787
- Punkte für Reaktionen
- 13
- Punkte
- 38
/var/media/ftp $ ./wget --help
GNU Wget 1.10.2, a non-interactive network retriever.
Usage: wget [OPTION]... ... Mandatory arguments to long op...gestions to <[email protected]>[/QUOTE][/SIZE]
erst
export PATH=/pfad/zu/dsmod/toolchain/target/bin:$PATH
und dann
LDFLAGS=-static ./configure --build=i386-linux-gnu --target=mipsel-linux --host=mipsel-linux --prefix=pfad/zu/wo/du/wget/haben/willst/
/var/tmp # ./wget https://service.gmx.net
--2009-09-11 18:44:55-- https://service.gmx.net/
Resolving service.gmx.net... 213.165.65.100
Connecting to service.gmx.net|213.165.65.100|:443... connected.
ERROR: cannot verify service.gmx.net's certificate, issued by `/C=US/O=VeriSign, Inc./OU=VeriSign Trust Network/OU=Terms of use at https://www.verisign.com/rpa (c)06/CN=VeriSign Class 3 Extended Validation SSL SGC CA':
Unable to locally verify the issuer's authority.
To connect to service.gmx.net insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
/var/tmp #
wget-1.10.2
Evtl. hast Du die Übertragung(en) nicht im binär-Modus gemacht. Bei mir funktioniert das statisch gelinkte binary "wget".... auf die box kopiert und mit chmod777 ausführbar gemacht. leider kommt da ein "Bus error" Hab ich etwas falsch gemacht? (per ./wget gestartet).
Wget also supports the type feature for ftp urls. _By default_, ftp documents are retrieved in the binary mode (type ‘i’), which means that they are downloaded unchanged.