Currently, if one accesses an SFTP site, LFTP always asks for the password:
$ lftp lftp :~> debug lftp :~> open sftp://[EMAIL PROTECTED] Passwort: lftp [EMAIL PROTECTED]:~> ls ---- Running connect program (ssh -a -x -s -l usr remote.computer sftp) This is nice, if a password is needed. However, I have for that computer an SSH agent running. Thus asking for the password is not needed. Though, I don't know how this can be checked best, whether a password is needed. Tobias
