
- Most units and signatures from the `net` collection are now in `compatibility-lib`. - Most of the actual libraries are in the `net-lib` package. original commit: 2b1fb036c63639bc5dbb65348c4f4e5802c95b53
15 lines
266 B
Racket
15 lines
266 B
Racket
#lang racket/signature
|
|
|
|
ftp-connection?
|
|
ftp-cd
|
|
ftp-establish-connection ftp-establish-connection*
|
|
ftp-close-connection
|
|
ftp-directory-list
|
|
ftp-download-file
|
|
ftp-make-file-seconds
|
|
ftp-upload-file
|
|
ftp-delete-file
|
|
ftp-make-directory
|
|
ftp-delete-directory
|
|
ftp-rename-file
|