class type ftp_stream_fs =Inheritsobject
..end
method ftp_client : Netftp_client.ftp_client
The FTP client backing this filesystem
method last_ftp_state : Netftp_client.ftp_state
The last state of the last operation, or Not_found
method translate : string -> string
Translates a path into a URL
method close : unit -> unit
Forces that the FTP client is closed. (See keep_open
option.)
The client remains functional - the next operation will re-open
the connection.