In your previous post you said that when the destination path was "TEST.txt" the transfer was successful, but when you changed the path to "/sftp/test/TEST.txt" it failed. Given the destination system is Windows, I wonder if the ssh server on your Windows system doesn't accept "/" as a directory separator. Maybe it would work if you specified the path as "\\sftp\\test\\TEST.txt", and maybe you should specify the drive: "C:\\sftp\\test\\TEST.txt".
You might try running process monitor on the destination system to see what the ssh server is doing when the file transfer is attempted. I guess you will see it attempt to access some file or folder with a permission error. Maybe you will see that it is not the folder you think it is (e.g. on a different drive).
In reply to Re^13: transfer a file via SFTP
by ig
in thread transfer a file via SFTP
by cc
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |