Arguments: file &key (host "localhost") (user "anonymous") (password (format nil "~a@somewhere.com" (system:user-name))) (direction :input) debug (mode :binary) passive
This function creates a stream to/from the given file on the given host using the given user and password for authentication.
The keyword arguments are:
:input
(the
default), :output
, or
:directory
. :directory
returns
an input stream containing a directory listing.:binary
(the
default), or :text
. :text
mode lines end with cr-lf (the internet standard).The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.