Ftp upload

From Ucsbgalaxy
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.