Add ClientPut command implementation
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / quelaton / FcpClient.java
index 905dd4f..6e5ab0a 100644 (file)
@@ -9,5 +9,6 @@ public interface FcpClient {
 
        GenerateKeypairCommand generateKeypair();
        ClientGetCommand clientGet();
+       ClientPutCommand clientPut();
 
 }