Hi, I face the following error when removing a file from remote SSH FTP Server. I can execute ls and get command and its working fine. But "rm" fails to remove the file from remote server.
lftp> cd myfolder lftp> ls -rw-rw-rw- 1 user group 18 Jun 27 01:59 Test.txt lftp> rm Test.txt ---- path on wire is `myfolder/Test.txt' ---> sending a packet, length=18, type=13(REMOVE), id=1 <--- got a packet, length=33, type=101(STATUS), id=1 rm: Access failed: File not found (Test.txt) Please inform us if any fix is available for this type of error. P.S : rm works fine with local SSH FTP Server. Thanks, Naren.
