Hi!

> > fetch ftp://user.name:[EMAIL PROTECTED]/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:[EMAIL PROTECTED]/directory/file.ext > \
file.ext

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

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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to