On Thu, May 21, 2009 at 3:15 PM, Alexander V. Lukyanov <l...@netis.ru> wrote:
> I mean, do the command in lftp. Do this:
>        lftp> open http://server/foo%20bar/
>        lftp> cat ""
Ah, ok.
$ lftp
lftp :~> open http://localhost:12345/
cd ok, cwd=/
lftp localhost:/> cat ""
<head><title>localhost:12345/</title></head>
<body bgcolor=white text=black link=darkblue vlink=firebrick alink=red>
<h1>listing:
<a href="/">/</a></h1><hr noshade size=1><pre>
<b>access      user      group     date             size  name</b>

drwxr-xr-x  user      user      May 21 08:09    &lt;DIR&gt;  <a
href="foo%20bar/">foo bar</a>
</pre><hr noshade size=1>
<small><a href="http://bytesex.org/webfs.html";>webfs/1.21</a> &nbsp;
21/May/2009 14:01:30 GMT</small>
</body>
476 bytes transferred
lftp localhost:/>

G.

Reply via email to