SFFtp.response ->
object
  val resp : SFFtp.response
  method destroy : unit -> unit
  method getMessage : unit -> string
  method getStatus : unit -> SFFtp.status
  method isOk : unit -> bool
end