cl-ftp: FTP Client Functionality for Common Lisp

Totally insecure file transfers for those not in control of the receiving end

What cl-ftp Does

cl-ftp is an increasingly modified version of Matthew Danish's cl-ftp, put here both because the mapcar.org domain has lapsed and because the various changes may be useful to other people. It provides FTP client functionality to Common Lisp programs using the same API mrd's did.

Where to Get cl-ftp

The easiest way to get cl-ftp is to use Quicklisp: (ql:quickload "ftp").

cl-ftp is also available via github, should you like to send me a patch.

My apologies to anyone who may have had patches against the darcs repo. A git conversion seemed best in the long run.

If you want the version which uses acl-compat, you'll be looking for the slightly older 1.3.2 version (sig).

How to Use cl-ftp

Auto-generated docs are available from the most excellent quickdocs site, or see the original documentation.

Differences from MRD's Version

1.5.0 Differences

In addition to the 1.3.2 differences, this also includes a conversion from acl-compat to usocket thanks to Hans Hübner.

1.3.2 Differences

The tarballed and ASDF-installable version of cl-ftp has some minor differences to MRD's original version, mostly minor bugfixes for clisp. See the changelog for more specific details.

Contacting the Editor

My e-mail address is pix@kepibu.org.