Command line under a Linux session¶
The first step is to change directory where your dataset are stored (for example ~/DATASETS/data1/)
$ cd ~/DATASETS/data1/
use now the command ftp to establish a connexion with the QGSP Ftp server.
The user have a QGSP account with the login : mylogin@where.com and an associate password
$ ftp qgsp.jouy.inra.fr $ Connected to qgsp.jouy.inra.fr (XX.XX.XX.XX). 220 FTP Server ready. Name (XX.XX.XX.X:username):mylogin@where.com 331 Password required for mylogin@where.com Password:
you can transfert your data named my_dataset.txt with the following command
ftp> put my_dataset.txt
to transfer all files "*.txt" use the mput command
ftp> mput *.txt
From the Upload File tool (section "Files uploaded via FTP") you can retrieve the data and import them in the history menu
more information :
http://wiki.g2.bx.psu.edu/FTPUpload