Skip to content

Commit

Permalink
ftp submission email instructions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hamin committed Aug 9, 2024
1 parent 5770620 commit b161c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email/submissions.ftp.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<br>
<p>drop all your files on the main folder, do not create subdirectories. </p>
<br>
<p>Example with ncftp:</p>
<p>Example with lftp:</p>
<p>```</p>
<p># navigate to your raw data folder</p>
<p>cd ~/myrawdata</p>
<p># login with ncftp</p>
<p>ncftp -u {{ ftp_user }} -p {{ ftp_pass }} {{ PUREFTPD_MYSQL_SERVER }}</p>
<p># login with lftp</p>
<p>lftp -u {{ ftp_user }},{{ ftp_pass }} -e "set ftp:ssl-allow true; set ssl:verify-certificate no; set ftp:ssl-force true; set ftp:ssl-protect-data true" {{ PUREFTPD_MYSQL_SERVER }}</p>
<p># upload your raw files</p>
<p>mput *.fastq.gz</p>
<p># upload your md5sums file</p>
Expand Down

0 comments on commit b161c8e

Please sign in to comment.