Preliminaries:
If your network/domain does not regularly ftp to COMET (such as does noaa.gov), you may need to request through your COMET contact that we add your IP to our allow list. If you've ftp'd in the past year or so, you might already be allowed. Give it a try, and contact us if it fails. If we must add you, we will prefer to have the IP address of the specific host from which you will ftp unless there will be several users ftp'ing to our site from your domain.
Basic Instructions for FTP'ing to COMET:
If you are using a graphical-interface ftp client, remember that you will not be able to see the files you place in this directory; Also, remember to check that transfers are binary.
Example Session (Command-line):
unix: 1 % ftp ftp.comet.ucar.edu
Connected to comet-gate.comet.ucar.edu.
220- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
220- * Welcome to the COMET anonymous-ONLY ftp server.
220- *
220- * Do NOT use this server for real-user/passworded access... it won't work
220- * and will only serve to expose your plain-text password to the 'net.
220- *
220- * COMET is the:
220- * Cooperative program for Operational Meteorology Education and Training
220- *
220- * For more information about the COMET program, please visit our web site
220- * at: www.comet.ucar.edu
220- *
220- * Note: All connections and transfers are logged. If you don't like
220- * this policy, please disconnect.
220- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
220-
220 ftp.comet.ucar.edu FTP server ready.
Name (ftp.comet.ucar.edu:<userid>): anonymous
331 Guest login ok, send your complete e-mail address as password.
Password: *********
230-
230- You are currently user 1 of 5 allowed to ftp to this host,
ftp.comet.ucar.edu.
230-
230-
230 Guest login ok, access restrictions apply.
ftp> bin
200 Type set to I.
ftp> cd upload
250- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
250- * This area is for file uploads only. As such, it is not possible
250- * to see the contents of this or any subdirectory, nor to download.
250- *
250- * Please do a 'mkdir' using the name of your intended _recipient_
250- * here at COMET, and then 'cd' there to do your PUTting.
250- *
250- * After your materials are uploaded, please notify your recipient
250- * promptly... materials are automatically purged after a suitable
250- * grace period.
250- * Thanks!
250- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
250-
250 CWD command successful.
ftp> put yourfile.doc
200 PORT command successful.
150 Opening BINARY mode data connection for yourfile.doc.
226 Transfer complete.
local: yourfile.doc remote: yourfile.doc
80 bytes sent in 0.017 seconds (4.48 Kbytes/s)
ftp> bye
221 Goodbye.
unix: 2%