package sfml

  1. Overview
  2. Docs
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