Group: Forum Members
Posts: 11,
Visits: 36
|
When attempting to transfer files between servers with the SFTP command and mput commands. I am repeatedly receiving the permission denied error below, which then ends with a closed connection. Sometimes files are transmitted successfully, but when this error occurs the files are lost. I have attached a sample set of files as an example. Can anyone tell me why I would be getting Permission denied error if there is no issue with the server.
--Starting SFTP log Fri May 22 10:00:01 2015 Connecting to xx.xx.xxx.xx... -->cd E:\SFTP\Data\Customer\PeachCare\outbound 000:SUCCESS: Changed remote directory to /E:/SFTP/Data/Customer/PeachCare/outbound -->lcd D: 000:SUCCESS: Changed local directory to D: -->lcd D:\SFTP\Data\Customer\PeachCare\outgoing
000:SUCCESS: Changed local directory to D:\SFTP\Data\Customer\PeachCare\outgoing -->mput *.* 003:ERROR: Couldn't get handle: Permission denied --Starting SFTP log Fri May 22 11:00:02 2015 Connecting to xx.xx.xxx.xx... 007:ERROR: Connection Lost. Connection closed
|