sfml
Bindings to the SFML multimedia library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library sfml_network
Online documentation for the Ftp class
type status =
val create : unit -> ftp
val destroy : ftp -> unit
val connect :
ftp ->
server:SFIpAddress.t ->
?port:int ->
?timeout:SFTime.t ->
unit ->
response
val upload :
ftp ->
localFile:string ->
destPath:string ->
mode:transferMode ->
response
val download :
ftp ->
distantFile:string ->
destPath:string ->
mode:transferMode ->
response
module Response : sig ... end
val getDirectoryListing : ftp -> directory:string -> listingResponse
module ListingResponse : sig ... end
val getWorkingDirectory : ftp -> directoryResponse
module DirectoryResponse : sig ... end