Navigation

Operators and Keywords

Function List:

C++ API

: binary (f)

Set the FTP connection f to use binary mode for transfers.

In binary mode there is no conversion of newlines from the remote representation to the local representation.

f is an FTP object returned by the ftp function.

Package: octave