class ftp_client :The ftp client is a user session that may even span several connections. However, only one server is connected at once.?event_system:Unixqueue.event_system -> unit ->
object
..end
method exec_e : ftp_method -> unit Uq_engines.engine
method exec : ftp_method -> unit
Unixqueue.run
.method pi : ftp_client_pi
pi
is created when a new connection is opened.
The pi
is first available after running the first method. The
method fails if pi
is unavailable.
method run : unit -> unit
Unixqueue.run
method configure_timeout : float -> unit
method set_socks5_proxy : string -> int -> unit
method event_system : Unixqueue.event_system
method reset : unit -> unit