On Sat, Jan 19, 2008 at 02:58:11AM +0000, Charlie Allom wrote:
> lftp [EMAIL PROTECTED]:~> rm TEST.wav
> ---- path on wire is `TEST.wav'
> ---> sending a packet, length=17, type=13(REMOVE), id=7
> <--- got a packet, length=33, type=101(STATUS), id=7
> rm: Access failed: File not found (TEST.wav)

> debug2: Sending SSH2_FXP_REMOVE "/Usr/ciuser01/TEST.wav"

The difference is that plain sftp sends complete path, while lftp sends
home-relative path. AFAIK sftp protocol should treat paths without a
leading slash as home-relative, probably this particular sftp server
violates the rule. So I have to add a setting to always include full path
on the wire.

-- 
   Alexander.

Reply via email to