Ftp upload

From Ucsbgalaxy
Revision as of 14:35, 15 November 2011 by Pankey (talk | contribs) (Created page with "Use '''ftp''' (file transfer protocol) to copy data files to knot. 1. In your unix terminal, navigate to the directory containing your data file. 2. '''ftp''' into knot. Provi…")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Use ftp (file transfer protocol) to copy data files to knot.

1. In your unix terminal, navigate to the directory containing your data file.

2. ftp into knot. Provide your own Galaxy user login credentials when prompted.

 -bash-3.2$ ftp
 ftp> open knot-head.cnsi.ucsb.edu
 ftp>

3. use put to copy file.

  ftp> put datafile.fasta
  • FTP connection refused by knot-head as of 11/15/2011.