The tool available on this page allow to diagnostic connection to IBENS Genomics Core Facility exchange server (SFTP). This tool works on macOS, Linux and Windows.
This tool requires a Java Virtual Machine for running. First check if Java is installed on your system. If it is not the case, see the requirement section of this documentation. If you had any issue to launch this diagnostic tool, please first install the lastest version of Java.
There is many ways to launch the diagnostic tool:
Once the diagnostic tool is launched, you must wait the end of the diagnostic. It can takes several minutes. After the end of the diagnostic, you can click on Send diagnotic to IBENS Genomics Core Facility button to open your email client and create a new email to our platform with all the diagnostic information.
You need to install a Java Runtime Environment (JRE) to launch our diagnostic tool. Java can be download on Oracle's website for Windows and macOS systems.
First, open a terminal/command line prompt on your operating system:
Then, type the following command line and press the Enter key:
curl --remote-name https://www.outils.genomique.biologie.ens.fr/sftpdiag/SFTPServerDiagnostics.jar && java -jar SFTPServerDiagnostics.jar
Note: For previous Windows version users, please see the manual installation section of this documentation.
If Java is installed on your computer and well configured, you just had to click on this launch button:
Sometimes the launch button does not work, so try with this link.
First ignore the navigator warning.
When you click on the launch button, a dialog box appears. Press OK to launch Java Web Start.
If you use Java 7, it is possible that the security parameters are too high to allow the execution of the diagnostic tool.
In this case, open the Java preferences, Go to the security tab.
Click on Modify the site list.
Add https://www.outils.genomique.biologie.ens.fr as allowed website and click on Add.
Ignore the warning and click on Continue.
Press on OK
Press on OK to exit the Java preferences.
Now, relaunch the diagnotic tool by clicking on the Launch button and ignore the warning by pressing on the Execute button.
It is sometimes easy to launch the diagnostic tool using this way. To do that:
You've just had downloaded the JAR file of the tool, so you just need to execute it.
C:\Users\Guest\> cd Downloads C:\Users\Guest\> java -jar SFTPServerDiagnostics.jar
You've just had downloaded the JAR file of the tool, so you just need to execute it.
$ cd ~/Downloads $ java -jar ~/Downloads/SFTPServerDiagnostics.jar