fetch / wget problem

Toomas Aas toomas.aas at raad.tartu.ee
Tue Dec 16 11:00:36 PST 2003


Hi!

> > fetch ftp://user.name:password@server.mydomain.com/directory/file.ext
> 
> Have you tried using %2E instead of the dot?

This gets me past the resolve problem, but the FTP server doesn't seem 
to like the user called user%2Ename.

Anyway, I found a way that works, using CURL:

curl -P fxp0 \
ftp://user.name:password@server.mydomain.com/directory/file.ext > \
file.ext

The key here was -P <interface> - without that, CURL also tried to use 
passive mode.

--
Toomas Aas | toomas.aas at raad.tartu.ee | http://www.raad.tartu.ee/~toomas/
* Abstain from wine, women and song; mostly song.



More information about the freebsd-questions mailing list