# File lib/net/ftp.rb, line 261
def
sendcmd
(
cmd
)
synchronize
do
putline
(
cmd
)
return
getresp
end
end