Re: Not able to retrieve file from server to local using WINSCP through python code
The
Though it makes no sense to run
cmd
has no /cd
switch. You probably wanted to use /c
.
Though it makes no sense to run
winscp.com
via cmd
anyway. Run it directly.