This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Chris Hennon <address@hidden> >Organization: Ohio State >Keywords: 199908182309.RAA14211 GEMPAK FTP Chris, Chiz is on vacation for the next week or so, so I am jumping in to (hopefully) help out. >Hey, what's up? I enjoyed your workshop. I've got LDM loaded on my new >machine and am all set to get gempak. The only problem is when I try to >get it from the ftp site, I am denied. I used the login and the >password you gave me at the workshop. The file I'm trying to get is >"/nawips-5.4/gempak54upc_pl6.tar.Z". I get "permission denied". Thanks >for any info. I'm eager to get this thing installed. Are you sure that the directory that you are trying to FTP to is writable by you? The permission denied error is most likely coming from your machine, not from the Unidata FTP site. The fact that you can connect up to the FTP directory and list the contents (true?) and the fact that the permissions on the file are: 536093 -rw-r--r-- 1 ustaff 41976237 Apr 8 1998 gempak54upc_pl6.tar.Z read to world tells me that you should be able to FTP the file. In order to test this out, I just logged onto one of our sites machines and FTPed back to Unidata and FTPed nawips-5.4/gempak54upc_pl6.tar.Z: ftp ftp.unidata.ucar.edu <user> <pass> cd nawips-5.4 bin get gempak54upc_pl6.tar.Z Try making sure that you can create a file in your destination directory: cd <wherever> touch xxx If the touch works, there is some other problem; if it fails, you don't have write permission. Tom Yoksas