open-ftp-stream

Function

Package: socket

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:

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.