use nohup in winscp error cause it add a line in command
for example:
winscp> call echo 123 # OK
winscp> call echo 123 & # syntax error
beacuse winscp add "echo "WinSCP: this is end-of-file:$0"" behind my command
how to solve this?
winscp> call echo 123 # OK
winscp> call echo 123 & # syntax error
beacuse winscp add "echo "WinSCP: this is end-of-file:$0"" behind my command
how to solve this?