Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2000 04:45:26 +0900 (JST)
From:      Hajimu UMEMOTO <ume@mahoroba.org>
To:        imp@village.org
Cc:        freebsd-arch@freebsd.org
Subject:   Re: ftp -o xxx 
Message-ID:  <20000627.044526.115932717.ume@mahoroba.org>
In-Reply-To: <200006261836.MAA25337@harmony.village.org>
References:  <200006260434.WAA16059@harmony.village.org> <200006261648.KAA19816@harmony.village.org> <200006261836.MAA25337@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Mon, 26 Jun 2000 12:36:55 -0600
>>>>> Warner Losh <imp@village.org> said:

imp> runsocks fetch http://people.freebsd.org/~imp/diskprep
imp> fetch: sendmsg: people.freebsd.org: No route to host

imp> runsocks ftp http://people.freebsd.org/~imp/diskprep
imp> <works>

I see.

imp> Looks like sendmsg isn't implemented in socks5.

libfetch version of fetch(1) may solve your problem. :-p

sock5 seems supporting sendmsg().  Because, it has HAVE_SENDMSG and
corresponding function.  But, it is not working.  I did runsocks fetch
http://people.freebsd.org/~imp/diskprep.  Then, fetch(1) connected to
people.freebsd.org directly.  I tried -t option.  Then:

  ume@peace:187> runsocks fetch -t http://people.freebsd.org/~imp/diskprep
  fetch: empty reply from people.freebsd.org

Then, I snooped with tcpdump.  It seems the reply is returned via
socks5 gateway.  Umm...

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@FreeBSD.org
http://www.imasy.org/~ume/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000627.044526.115932717.ume>