Difference between revisions of "Ftp upload"

From Ucsbgalaxy
Jump to: navigation, search
(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…")
 
(No difference)

Latest revision as of 13:35, 15 November 2011

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.