On Mon, 8 Sep 1997, Ralph Winslow wrote: > I've been trying to download a large file (~32Mb) without sucess using > ftp and ncftp, so I pulled lftp (because it advertises that it will > checkpoint). When I try to download, however, it seems not to do > anything. For example: > lftp ftp.corel.com > ls > and it just hangs. Same if I do "cd pub" instead of ls. Anyone spare a > clue for the clueless?
lftp automaticaly retries if the connection fails, so that's what happening there. Type `debug' before any other command to see what is really happening. -- Nicolás Lichtmaier.- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

