Class Ftp_client.invoke_method


class invoke_method : command:cmd -> process_result:(ftp_state -> int * string -> unit) -> unit -> ftp_method
This FTP method simply invokes command, and calls for all kinds of successful replies the function process_result, passing the ftp_state and the code and the reply text.