Skip to content
Snippets Groups Projects
Commit 2e8ddbb6 authored by Ferhat Hocine's avatar Ferhat Hocine
Browse files

rendu intermédiaire ajout de commandes

parent 9475eded
Branches
Tags
No related merge requests found
Showing
with 13 additions and 7 deletions
No preview for this file type
File added
File added
No preview for this file type
File added
File added
File added
File added
No preview for this file type
No preview for this file type
No preview for this file type
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Server/ConnectionServer.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Server/ConnectionServer.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/USER.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Main.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Main.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/SYST.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/TYPE.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/USER.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/LIST.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/AUTH_TLS.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/AUTH_TLS.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/request.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/request.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/PWD.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/PASS.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/PASS.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/PASV.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/AUTH_SSL.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/AUTH_SSL.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Server/FtpConnexion.java /home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Server/FtpConnexion.java
/home/hocine/eclipse-workspace/serveurFTP/src/main/java/sr/projet2/Request/FEAT.java
No preview for this file type
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="sr.projet2.AppTest" time="0.036" tests="1" errors="0" skipped="0" failures="0"> <testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="sr.projet2.AppTest" time="0.048" tests="1" errors="0" skipped="0" failures="0">
<properties> <properties>
<property name="sun.desktop" value="gnome"/> <property name="sun.desktop" value="gnome"/>
<property name="awt.toolkit" value="sun.awt.X11.XToolkit"/> <property name="awt.toolkit" value="sun.awt.X11.XToolkit"/>
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<property name="sun.java.launcher" value="SUN_STANDARD"/> <property name="sun.java.launcher" value="SUN_STANDARD"/>
<property name="user.country" value="FR"/> <property name="user.country" value="FR"/>
<property name="sun.boot.library.path" value="/usr/lib/jvm/java-11-openjdk-amd64/lib"/> <property name="sun.boot.library.path" value="/usr/lib/jvm/java-11-openjdk-amd64/lib"/>
<property name="sun.java.command" value="/home/hocine/eclipse-workspace/serveurFTP/target/surefire/surefirebooter4822591889526926263.jar /home/hocine/eclipse-workspace/serveurFTP/target/surefire 2021-02-18T00-17-01_812-jvmRun1 surefire473336015518436635tmp surefire_0141794290096130823tmp"/> <property name="sun.java.command" value="/home/hocine/eclipse-workspace/serveurFTP/target/surefire/surefirebooter7079129417024759708.jar /home/hocine/eclipse-workspace/serveurFTP/target/surefire 2021-03-07T15-29-07_870-jvmRun1 surefire9845237247780243398tmp surefire_015024554498971470310tmp"/>
<property name="jdk.debug" value="release"/> <property name="jdk.debug" value="release"/>
<property name="surefire.test.class.path" value="/home/hocine/eclipse-workspace/serveurFTP/target/test-classes:/home/hocine/eclipse-workspace/serveurFTP/target/classes:/home/hocine/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/hocine/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:"/> <property name="surefire.test.class.path" value="/home/hocine/eclipse-workspace/serveurFTP/target/test-classes:/home/hocine/eclipse-workspace/serveurFTP/target/classes:/home/hocine/.m2/repository/junit/junit/4.11/junit-4.11.jar:/home/hocine/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:"/>
<property name="sun.cpu.endian" value="little"/> <property name="sun.cpu.endian" value="little"/>
...@@ -32,12 +32,12 @@ ...@@ -32,12 +32,12 @@
<property name="java.specification.name" value="Java Platform API Specification"/> <property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.vm.specification.vendor" value="Oracle Corporation"/> <property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment"/> <property name="java.awt.graphicsenv" value="sun.awt.X11GraphicsEnvironment"/>
<property name="surefire.real.class.path" value="/home/hocine/eclipse-workspace/serveurFTP/target/surefire/surefirebooter4822591889526926263.jar"/> <property name="surefire.real.class.path" value="/home/hocine/eclipse-workspace/serveurFTP/target/surefire/surefirebooter7079129417024759708.jar"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/> <property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
<property name="java.runtime.version" value="11.0.10+9-Ubuntu-0ubuntu1.20.04"/> <property name="java.runtime.version" value="11.0.10+9-Ubuntu-0ubuntu1.20.04"/>
<property name="user.name" value="hocine"/> <property name="user.name" value="hocine"/>
<property name="path.separator" value=":"/> <property name="path.separator" value=":"/>
<property name="os.version" value="5.4.0-65-generic"/> <property name="os.version" value="5.4.0-66-generic"/>
<property name="java.runtime.name" value="OpenJDK Runtime Environment"/> <property name="java.runtime.name" value="OpenJDK Runtime Environment"/>
<property name="file.encoding" value="UTF-8"/> <property name="file.encoding" value="UTF-8"/>
<property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/> <property name="java.vm.name" value="OpenJDK 64-Bit Server VM"/>
...@@ -57,5 +57,5 @@ ...@@ -57,5 +57,5 @@
<property name="sun.io.unicode.encoding" value="UnicodeLittle"/> <property name="sun.io.unicode.encoding" value="UnicodeLittle"/>
<property name="java.class.version" value="55.0"/> <property name="java.class.version" value="55.0"/>
</properties> </properties>
<testcase name="shouldAnswerWithTrue" classname="sr.projet2.AppTest" time="0.002"/> <testcase name="shouldAnswerWithTrue" classname="sr.projet2.AppTest" time="0.003"/>
</testsuite> </testsuite>
\ No newline at end of file
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Test set: sr.projet2.AppTest Test set: sr.projet2.AppTest
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in sr.projet2.AppTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in sr.projet2.AppTest
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment