package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type ftp_stream_fs = object ... end
class ftp_fs : ?config_client:(Netftp_client.ftp_client -> unit) -> ?tmp_directory:string -> ?tmp_prefix:string -> ?get_password:( string -> string) -> ?get_account:(string -> string) -> ?keep_open:bool -> ?tls_config:(module Netsys_crypto_types.TLS_CONFIG) -> ?tls_enabled: bool -> ?tls_required:bool -> ?gssapi_provider:(module Netsys_gssapi.GSSAPI) -> ?gssapi_config: Netsys_gssapi.client_config -> ?gssapi_required:bool -> string -> ftp_stream_fs
val ftp_fs : ?config_client:(Netftp_client.ftp_client -> unit) -> ?tmp_directory:string -> ?tmp_prefix:string -> ?get_password:(string -> string) -> ?get_account:(string -> string) -> ?keep_open:bool -> ?tls_config:(module Netsys_crypto_types.TLS_CONFIG) -> ?tls_enabled:bool -> ?tls_required:bool -> ?gssapi_provider:(module Netsys_gssapi.GSSAPI) -> ?gssapi_config:Netsys_gssapi.client_config -> ?gssapi_required:bool -> string -> ftp_stream_fs