method

send_type_command

ruby latest stable - Class: Net::FTP
send_type_command()
private

Sends a command to destination host, with the current binary sendmode type.

If binary mode is true, then “TYPE I” (image) is sent, otherwise “TYPE A” (ascii) is sent.