My sftp program works with the server. I am also able to login and get a
list with lftp client.

However, lftp does not put files. Here is the error:

put: Access failed: Folder not found: test.txt

I also notice that when i login interactively, I cannot see the userid and
group id on the files.


Standard out:

lftp [EMAIL PROTECTED]:~> put test.txt
---- path on wire is `test.txt'
---> sending a packet, length=26, type=3(OPEN), id=7
<--- got a packet, length=43, type=101(STATUS), id=7
put: Access failed: Folder not found: test.txt
lftp [EMAIL PROTECTED]:~> pwd
sftp://USERID:[EMAIL PROTECTED]/users/USERID
lftp [EMAIL PROTECTED]:~> put test.txt /users/USERID/test.txt
---- path on wire is `test.txt'
---> sending a packet, length=26, type=3(OPEN), id=8
<--- got a packet, length=43, type=101(STATUS), id=8
put: Access failed: Folder not found: test.txt
put: /users/USERID/test.txt: No such file or directory
lftp [EMAIL PROTECTED]:~> put /home/directgrp/data/out/test.txt
/users/USERID/test.txt
---- path on wire is `test.txt'
---> sending a packet, length=26, type=3(OPEN), id=9
<--- got a packet, length=43, type=101(STATUS), id=9
put: Access failed: Folder not found: test.txt
put: /users/USERID/test.txt: No such file or directory

Any help you could give me would be appreciated.

Reply via email to