exit command not working
i have the following batch file to get the files in a dir
script runs fine
but will not exit and logoff server
gives prompt c:\winscp
can anyone tell me what is wrong
winscp.com /command ^
"open sftp://login:[email protected]" ^
"cd /Cindy/1Mon/" ^
"get * c:\cindy\" ^
"exit"
script runs fine
but will not exit and logoff server
gives prompt c:\winscp
can anyone tell me what is wrong
winscp.com /command ^
"open sftp://login:[email protected]" ^
"cd /Cindy/1Mon/" ^
"get * c:\cindy\" ^
"exit"