Hi. I am currently trying to connect to a server using lftp on Debian stable. For most servers it works like a charm, though for a certain server, I get weird "Access denied" responses. And of course this is the production server of a partner, to which I am supposed to connect.
If I use "the regular" sftp or ssh command everything works fine. As my scripts are based on the neat features of lftp, I would like to keep them. An example transcript of a debug session can be seen here: [EMAIL PROTECTED]:~$ lftp -d -u "myUsername" sftp://131.a.b.c Password: lftp [EMAIL PROTECTED]:~> dir ---- Running connect program (ssh -a -x -s -l myUsername 131.a.b.c sftp) ---> sending a packet, length=5, type=1(INIT), id=0 [EMAIL PROTECTED]'s password: XXXX ---- protocol version set to 3 ---> sending a packet, length=10, type=16(REALPATH), id=1 ---- home set to /appl/SFTPhome/myUsername ---- path on wire is `.' ---> sending a packet, length=10, type=11(OPENDIR), id=2 **** extra server response ls: Access failed: Permission denied lftp [EMAIL PROTECTED]:~> Any help would be appreciated. Kindest regards Gregers Petersen, Denmark
