Arguments: &key from-host from-file (from-user "anonymous") (from-password "acl@franz.lisp") to-host to-file (to-user "anonymous") (to-password "acl@franz.lisp") (mode :binary) debug
This function transfers the file from-file from the from-host machine to the to-host machine. The files on the different machines can have different names. Users and passwords should be strings.
mode can be :binary
(the
default), or :text
. :text
mode
lines end with cr-lf (the internet standard).
If debug is a stream (or t) is given, this function will print the ftp interaction to that stream.
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.