package sfml

  1. Overview
  2. Docs
Bindings to the SFML multimedia library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.09.tar.gz
sha256=75e28f425d6c40f39f7aac53b413da3d48ecd50aa88cdf644d38a14897a59a30
md5=01ffc5b471d774f2d6234c639b067f04

doc/sfml.network_oo/Oo_sfml_network/class-ftp/index.html

Class Oo_sfml_network.ftp

val ftp : SFFtp.ftp
method change_directory : directory:string -> response
method connect : server:ip_address -> ?port:int -> ?timeout:Oo_sfml_system.time -> unit -> response
method create_directory : name:string -> response
method delete_directory : name:string -> response
method delete_file : name:string -> response
method destroy : unit -> unit
method disconnect : unit -> response
method download : distantFile:string -> destPath:string -> mode:SFFtp.transferMode -> response
method get_directory_listing : directory:string -> listing_response
method get_working_directory : unit -> directory_response
method keep_alive : unit -> response
method login : SFFtp.ftp -> userName:string -> password:string -> response
method login_anonymous : unit -> response
method parent_directory : unit -> response
method rename_file : file:string -> newName:string -> response
method send_command : command:string -> parameter:string -> response
method upload : localFile:string -> destPath:string -> mode:SFFtp.transferMode -> response
OCaml

Innovation. Community. Security.