Getting files to and from Taylor using ftp. Here is a ftp session
which gets myproject.mws from taylor. ftp ftp.math.fsu.edu,
bellenot, my password (which was not echoed) and get myproject.mws
are the things I typed. (Well I also typed quit.) This gets the
file from taylor to whatever machine your are on. You can put the
file to move it back.
Prompt> ftp ftp.math.fsu.edu
Connected to zeno.math.fsu.edu.
220 zeno FTP server () ready.
Name (ftp.math.fsu.edu:sfb): bellenot
331 Password required for bellenot.
Password:
230 User bellenot logged in.
ftp> get myproject.mws
200 PORT command successful.
150 Opening ASCII mode data connection for myproject.mws (30466 bytes).
226 Transfer complete.
local: myproject.mws remote: myproject.mws
30466 bytes received in 8.3 seconds (3.57 Kbytes/s)
ftp> quit
221 Goodbye.
Prompt>