method

with_binary

ruby latest stable - Class: Net::FTP
with_binary(newmode)
private

Toggles transfers in binary mode and yields to a block. This preserves your current binary send mode, but allows a temporary transaction with binary sendmode of newmode.

newmode is either true or false