Method: Net::FTP::BufferedSSLSocket#send

Defined in:
lib/net/ftp.rb

#send(mesg, flags, dest = nil) ⇒ Object



1511
1512
1513
1514
# File 'lib/net/ftp.rb', line 1511

def send(mesg, flags, dest = nil)
  # Ignore flags and dest.
  @io.write(mesg)
end