Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ttnnyy

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?