Permission denied (A)bort, (R)etry, (S)kip, Ski(p) all: Abort
I have the following error
I need SKIP so the process can be continue
Below is the my command
What should I consider to change on the above script? Please HELP
Distribution/AXFILES/RX
Error moving file 'SOD_OPD05102634_20210322_670510.XML' to 'SOD_OPD05102634_20210322_670510.xmltmp'.
Permission denied.
Error code: 3
Error message from server (en): Permission denied
(A)bort, (R)etry, (S)kip, Ski(p) all: Abort
I need SKIP so the process can be continue
Below is the my command
"E:\APOMS_BAT\MY\CA\autosys\ftp\WinSCP.com" ^ /command ^ "open sftp://avon_dc_new:gjr3wpwk@*****/ -hostkey=""ssh-dss 1024 /A=""" ^ "cd /Distribution/AXFILES/RX/" ^ "option batch continue" ^ "option confirm on" ^ "mv SOD*.xmltmp<1H *.xmltmptmp" ^ "mv SOD_*.xmltmptmp /Distribution/AXFILES/RXFiles/" ^ "exit"