FunctionPackage: socketToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

ftp-transfer-file

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.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1