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:string -> string -> ?get_account:string -> 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:(string -> string) ->
?get_account:(string -> string) ->
?keep_open:bool -> string -> ftp_stream_fs
Same as function