Plasma GitLab Archive
Projects Blog Knowledge

Module Ftp_fs


module Ftp_fs: sig .. end
FTP filesystem

class type ftp_stream_fs = object .. end
class ftp_fs : ?config_client:Ftp_client.ftp_client -> unit -> ?tmp_directory:string -> ?tmp_prefix:string -> ?get_password:unit -> string -> ?get_account:unit -> string -> ?keep_open:bool -> string -> ftp_stream_fs
ftp_fs base_url: Access the FTP file system rooted at base_url.
val ftp_fs : ?config_client:(Ftp_client.ftp_client -> unit) ->
?tmp_directory:string ->
?tmp_prefix:string ->
?get_password:(unit -> string) ->
?get_account:(unit -> string) ->
?keep_open:bool -> string -> ftp_stream_fs
Same as function
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml