SFFtp.response ->
object
  val resp : SFFtp.response
  method destroy : unit -> unit
  method get_message : unit -> string
  method get_status : unit -> SFFtp.status
  method is_ok : unit -> bool
end