Class Oo_sfml_network.ftp
method change_directory : directory:string -> responsemethod create_directory : name:string -> responsemethod delete_directory : name:string -> responsemethod delete_file : name:string -> responsemethod destroy : unit -> unitmethod login_anonymous : unit -> responsemethod parent_directory : unit -> responsemethod rename_file : file:string -> newName:string -> responsemethod send_command : command:string -> parameter:string -> response