> LFTP | Version 3.2.1 | Copyright (c) 1996-2005 Alexander V. Lukyanov > # lftp http://www.analog.cx/download.html > cd: Access failed: 404 Not Found (/download.html) > # lftp > lftp :~> get http://www.analog.cx/download.html > 9015 bytes transferred
This is expected behaviour. Lftp prior to 3.3.0 expected an URL of a directory on command line. 3.3.0 and later can set current location to a file (for http protocol). So with that version it will look like: [EMAIL PROTECTED]:~> lftp http://www.analog.cx/download.html cd ok, cwd=/download.html lftp www.analog.cx:/download.html> It still won't download the file. Use lftpget for that. -- Alexander. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]