geranium_ > date
Thu Jun 21 13:43:22 EDT 2001
geranium_ > ftp ftp.ifremer.fr
Connected to public.ifremer.fr.
220 public FTP server (Version wu-2.6.1(2) Mon Aug 7 20:32:15 MET DST 2000) ready.
Name (ftp.ifremer.fr:melanie): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd ifremer/sismer/donnees/MELANIE
250 CWD command successful.
ftp> pwd
257 "/ifremer/sismer/donnees/MELANIE" is current directory.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 56976
-rwxrwxrwx   1 10005     193056 Jun 13 09:54 nonodc90.gts.gz
-rwxrwxrwx   1 10005     415878 Jun 13 09:55 nonodc91.gts.gz
-rwxrwxrwx   1 10005     215031 Jun 13 09:55 nonodc92.gts.gz
-rwxrwxrwx   1 10005    2577509 Jun 13 09:55 nonodc93.gts.gz
-rwxrwxrwx   1 10005    1370578 Jun 13 09:55 nonodc94.gts.gz
-rwxrwxrwx   1 10005     420342 Jun 13 09:56 nonodc95.gts.gz
-rwxrwx---   1 10005    18416666 Jun 21 16:33 nonodc96.gts.gz
-rwxrwxrwx   1 10005    1770461 Jun 13 14:02 nonodc97.gts.gz
-rwxrwxrwx   1 10005    1764199 Apr 26 16:20 nonodc98.gts.gz
-rwxrwxrwx   1 10005    1878158 Jun 13 09:56 nonodc99.gts.gz
226 Transfer complete.
ftp> prompt
Interactive mode off.
ftp> mget nonodc*.gts.gz
local: nonodc90.gts.gz remote: nonodc90.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc90.gts.gz (193056 bytes).
226 Transfer complete.
193056 bytes received in 1.47 seconds (128.45 Kbytes/s)
local: nonodc91.gts.gz remote: nonodc91.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc91.gts.gz (415878 bytes).
226 Transfer complete.
415878 bytes received in 1.80 seconds (226.15 Kbytes/s)
local: nonodc92.gts.gz remote: nonodc92.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc92.gts.gz (215031 bytes).
226 Transfer complete.
215031 bytes received in 1.41 seconds (148.89 Kbytes/s)
local: nonodc93.gts.gz remote: nonodc93.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc93.gts.gz (2577509 bytes).
226 Transfer complete.
2577509 bytes received in 9.03 seconds (278.79 Kbytes/s)
local: nonodc94.gts.gz remote: nonodc94.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc94.gts.gz (1370578 bytes).
226 Transfer complete.
1370578 bytes received in 6.79 seconds (197.15 Kbytes/s)
local: nonodc95.gts.gz remote: nonodc95.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc95.gts.gz (420342 bytes).
226 Transfer complete.
420342 bytes received in 1.81 seconds (226.64 Kbytes/s)
local: nonodc96.gts.gz remote: nonodc96.gts.gz
200 PORT command successful.
550 nonodc96.gts.gz: Permission denied.
local: nonodc97.gts.gz remote: nonodc97.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc97.gts.gz (1770461 bytes).
226 Transfer complete.
1770461 bytes received in 5.60 seconds (308.76 Kbytes/s)
local: nonodc98.gts.gz remote: nonodc98.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc98.gts.gz (1764199 bytes).
226 Transfer complete.
1764199 bytes received in 6.33 seconds (272.31 Kbytes/s)
local: nonodc99.gts.gz remote: nonodc99.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc99.gts.gz (1878158 bytes).
226 Transfer complete.
1878158 bytes received in 6.72 seconds (272.77 Kbytes/s)



geranium_ > ftp ftp.ifremer.fr
Connected to public.ifremer.fr.
220 public FTP server (Version wu-2.6.1(2) Mon Aug 7 20:32:15 MET DST 2000) read
y.
Name (ftp.ifremer.fr:melanie): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> cd /ifremer/sismer/donnees/MELANIE
250 CWD command successful.
ftp> pwd
257 "/ifremer/sismer/donnees/MELANIE" is current directory.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
total 3472
-rwxrwxrwx   1 10005    1764199 Apr 26 16:20 nonodc98.gts.gz
226 Transfer complete.
ftp> binary
200 Type set to I.
ftp> get nonodc98.gts.gz
local: nonodc98.gts.gz remote: nonodc98.gts.gz
200 PORT command successful.
150 Opening BINARY mode data connection for nonodc98.gts.gz (1764199 bytes).
226 Transfer complete.
1764199 bytes received in 5.71 seconds (301.58 Kbytes/s)     
ftp> quit
221-You have transferred 1764199 bytes in 1 files.
221-Total traffic for this session was 1765051 bytes in 2 transfers.
221-Thank you for using the FTP service on public.
221 Goodbye.              
