This is a message Lynx sends out when it's limit has been reached on some function. In downloading, it usually involves the zipping program on CCN. If you zip more than 20 files at a time, you wil create a command line that exceeds the limit for Lynx and it will choke with an 'exiting via interrupt 0' message. Is this what is happening to you? If so, try 20 files maximum. The problem stems from the fact that your account is in a series of subdirectories on CCN. if you are zipping 20 files that have names such as file.001, file.002, file.003...etc, you are creating a command line that looks like: 'zip://ccn/home/01/aa001/file.001 + /ccn/home/01/aa001/file.002 + /ccn/home/01/aa001/file.003 + /ccn/home/01/aa001/file.004 + /ccn/home/01/aa001/file.005 + /ccn/home/01/aa001/file.006 +...........' and so on and so on and so on. Sometimes, with really tiny filenames, you can eke out 22-24 files to zip but it's pushing it. If the filenames are even longer or reside several more subdirectories down, you could see the limit lowered to possibly 10-15 files zipped. -----------------------------------------------------------------------------