Add COPY-PORT->PORT-BINARY, COPY-PORT->PORT-ASCII, and
COPY-ASCII-PORT->PORT to FTP-INTERFACE.
This commit is contained in:
parent
54ece65f35
commit
6b21a05636
|
@ -110,7 +110,11 @@
|
||||||
ftp-put
|
ftp-put
|
||||||
ftp-append
|
ftp-append
|
||||||
ftp-quot
|
ftp-quot
|
||||||
ftp-error?))
|
ftp-error?
|
||||||
|
|
||||||
|
copy-port->port-binary
|
||||||
|
copy-port->port-ascii
|
||||||
|
copy-ascii-port->port))
|
||||||
|
|
||||||
(define-interface netrc-interface
|
(define-interface netrc-interface
|
||||||
(export user-mail-address
|
(export user-mail-address
|
||||||
|
|
Loading…
Reference in New Issue