SFFtp.directoryResponse ->
object
  val dir_resp : SFFtp.directoryResponse
  method destroy : unit -> unit
  method get_directory : unit -> string
  method get_message : unit -> string
  method get_status : unit -> SFFtp.status
  method is_ok : unit -> bool
end