SSH-- Please Help
I'm trying to learn how to use the shell so I am a lot less reliant on control panels in the future, but I'm having some problems.In the transcript below you can see, I tried to mget the files logs.tar.gz and kb2net.tar.gz. I wasn't using the correct format or something because, as you can see, I couldn't get that to work for me. So, I used get logs.tar.gz and get kb2net.tar.gz and both appeared to work fine, but neither was anywhere on my hard drive after the shell said that both worked fine. Any idea on what I am doing wrong, how I can I make both the mget and the get commands do what I want them to do?
Thank you.

History of my shell session:
sh-2.04$ history
1 tar -cz --file=backup-03-12-2002.tar.gz kb2.net
2 tar -cz --file=logs-03-12-2002.tar.gz logs
3 logout
4 help
5 -d printer.gif
6 -del printer.gif
7 logout
8 cd
9 du -h
10 ftp -help
11 dir
12 wall -help
13 wall --help
14 #wall hello
15 wall hello
16 ftp -mget logs.tar.gz, kb2.net.tar.gz
17 ftp --mget logs.tar.gz, kb2net.tar.gz
18 ftp
19 ftp web.kylebabich.com
20 sh-2.04$ ftp web.kylebabich.com
21 Connected to web.integrahosting.net.
22 220 ProFTPD 1.2.2rc3 Server (Main FTP Server) [cp.integrahosting.net]
23 Name (web.kylebabich.com:kbabich1): kbabich1
24 331 Password required for kbabich1.
25 Password:
26 230 User kbabich1 logged in.
27 Remote system type is UNIX.
28 Using binary mode to transfer files.
29 ftp> mget logs.tar.gz, kb2net.tar.gz
30 sh-2.04$ ftp web.kylebabich.com
31 Connected to web.integrahosting.net.
32 220 ProFTPD 1.2.2rc3 Server (Main FTP Server) [cp.integrahosting.net]
33 Name (web.kylebabich.com:kbabich1): kbabich1
34 331 Password required for kbabich1.
35 Password:
36 230 User kbabich1 logged in.
37 Remote system type is UNIX.
38 Using binary mode to transfer files.
39 ftp> mget logs.tar.gz, kb2net.tar.gz
40 help
41 history
1 tar -cz --file=backup-03-12-2002.tar.gz kb2.net
2 tar -cz --file=logs-03-12-2002.tar.gz logs
3 logout
4 help
5 -d printer.gif
6 -del printer.gif
7 logout
8 cd
9 du -h
10 ftp -help
11 dir
12 wall -help
13 wall --help
14 #wall hello
15 wall hello
16 ftp -mget logs.tar.gz, kb2.net.tar.gz
17 ftp --mget logs.tar.gz, kb2net.tar.gz
18 ftp
19 ftp web.kylebabich.com
20 sh-2.04$ ftp web.kylebabich.com
21 Connected to web.integrahosting.net.
22 220 ProFTPD 1.2.2rc3 Server (Main FTP Server) [cp.integrahosting.net]
23 Name (web.kylebabich.com:kbabich1): kbabich1
24 331 Password required for kbabich1.
25 Password:
26 230 User kbabich1 logged in.
27 Remote system type is UNIX.
28 Using binary mode to transfer files.
29 ftp> mget logs.tar.gz, kb2net.tar.gz
30 sh-2.04$ ftp web.kylebabich.com
31 Connected to web.integrahosting.net.
32 220 ProFTPD 1.2.2rc3 Server (Main FTP Server) [cp.integrahosting.net]
33 Name (web.kylebabich.com:kbabich1): kbabich1
34 331 Password required for kbabich1.
35 Password:
36 230 User kbabich1 logged in.
37 Remote system type is UNIX.
38 Using binary mode to transfer files.
39 ftp> mget logs.tar.gz, kb2net.tar.gz
40 help
41 history
