Skip to content

Commit

Permalink
Update faq.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren authored Dec 22, 2017
1 parent f9284f8 commit f960f2e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions documentation/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,6 @@ How can I send data to you?
FTP to ftp://ftp.cbcb.umd.edu/incoming/sergek. This is a write-only location that only the Canu
developers can see.

Here is a quick walk-through using a command-line ftp client (should be available on most Linux and OSX installations). Say we want to transfer a file named ``reads.fastq``. First, run ``ftp ftp.cbcb.umd.edu``, specify ``anonymous`` as the user name and hit return for password (blank). Then:

.. code-block::
cd incoming/sergek
put reads.fastq
quit
Here is a quick walk-through using a command-line ftp client (should be available on most Linux and OSX installations). Say we want to transfer a file named ``reads.fastq``. First, run ``ftp ftp.cbcb.umd.edu``, specify ``anonymous`` as the user name and hit return for password (blank). Then ``cd incoming/sergek``, ``put reads.fastq``, and ``quit``.

That's it, you won't be able to see the file but we can download it.

0 comments on commit f960f2e

Please sign in to comment.