====== Mozilla Errors ====== Mozilla for UNIX downloads files to /tmp, then moves them to where you want to save them. \\ If the file is large and/or /tmp too small, you will get this error. To get around this:\\ Try and use "wget" to download your file: * cd /path/you/want/to/save/file * wget http://www.hostwith-yourfile.com/file.name Alternatively, setting the $TMP environment variable can change mozilla'a behavior so that it will save files to $TMP rather than /tmp.