[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Functions for sending binary over FTp



    Date: Mon, 23 Jul 90 17:27:43 MDT
    From: drstrip@cs.sandia.gov (David R Strip [1411])

    Are there equivalent functions to the Un*x NTOHS and HTONS, etc?
    Thanks
What are NTOHS and HTONS?  On the Lispm FTP is treated like any other
file protocol, i.e. you can copy binary files with COPY FILE if you
specify :MODE binary :BYTE-SIZE 8 [or :element-type '(unsigned-byte 8)]
if you do the copying programmatically either with COPY-FILE or as
an open option.