Moving files from Linux folder to Windows folder
Hi There,
I want to move the files for a folder in Linux to windows.
Below is my script :
open sftp://username:password@xxx.com
cd adi_cps
mv *.pdf C:\Winscp_testing\
When I execute this script I am getting the below error message:
Error moving file 'test4.pdf' to 'E:Winscp_testing'
General failure (server should provide error description). Error code: 4 Error message from server: Failure Request code: 18
only the MV command is not working, GET command is working fine.
get *.pdf C:\Winscp_testing\
Could any one let me know what is wrong with the command?
Thanks in advance,
S.Sasidharan
I want to move the files for a folder in Linux to windows.
Below is my script :
open sftp://username:password@xxx.com
cd adi_cps
mv *.pdf C:\Winscp_testing\
When I execute this script I am getting the below error message:
Error moving file 'test4.pdf' to 'E:Winscp_testing'
General failure (server should provide error description). Error code: 4 Error message from server: Failure Request code: 18
only the MV command is not working, GET command is working fine.
get *.pdf C:\Winscp_testing\
Could any one let me know what is wrong with the command?
Thanks in advance,
S.Sasidharan