Skip to content
Snippets Groups Projects
Commit ac369864 authored by mokeddes's avatar mokeddes
Browse files

resource

parent 1f7be2f8
Branches
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ public class ResourceFlop {
@GET
@Produces("text/html")
@Path("/delete/{Rep:.*}/{host}/{port}/{user}/{pass}")
public String deletRep(@PathParam("Rep") String file,@PathParam("host") String server,@PathParam("portServeur") int port,@PathParam("userFTP") String user,@PathParam("passFTP") String pass) throws IOException {
public String deletRep(@PathParam("Rep") String file,@PathParam("host") String server,@PathParam("port") int port,@PathParam("user") String user,@PathParam("pass") String pass) throws IOException {
if(!ResourceFlop.isConnectedToFlopBox) {
return "Veuillez vous connecter";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment