13 lines
192 B
Racket
13 lines
192 B
Racket
#lang racket/base
|
|
|
|
;; Version 0.2
|
|
;; Version 0.1a
|
|
;; Micah Flatt
|
|
;; 06-06-2002
|
|
(require racket/unit
|
|
"ftp-sig.rkt" net/ftp)
|
|
|
|
(define-unit-from-context ftp@ ftp^)
|
|
|
|
(provide ftp@)
|