| ftp genome.wustl.edu |
Enter command from a DOS or UNIX prompt
to access the FTP site. |
| login: anonymous |
You may access data via an anonymous
account. |
| passwd: johndoe_not@home.com
|
Enter your email address at the password
prompt. |
| bin |
Sets system to binary mode. |
| cd /pub/est/pnp/kp/kp01 |
Change directory to the project and
appropriate clone you wish to dowload. |
| ls -al |
This command will list the contents
of whatever directory you are in. |
| get kp01a05.y1.Z |
Downloads the compressed clone trace
image file. |
| get kp01a05.y1.exp |
Downloads the experiment file. |
| get kp01a05.y1.seq |
Downloads the sequence file (FASTA). |
| help |
Help displays a list of FTP commands
- help (command) reveals more information. |
| quit |
Quit ends the FTP sessions - downloaded
files are in the local directory you are in. |