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

martin

Re: Input prompt is cancelled after short time interval

Well, if your script is interactive, do not run it in non-interactive mode, at least during the authentication.

option batch off

open sftp://user@example.com/
option batch abort
...
Guest

Re: Input prompt is cancelled after short time interval

The password prompt does not provide much time to enter a lengthy password.
martin

Re: Input prompt is cancelled after short time interval

No, it's fixed at 10 seconds.
But maybe there's other solution. What prompt are you having the problem with?
Guest

Input prompt is cancelled after short time interval

"In batch mode, any choice prompt is automatically replied and any input prompt is cancelled (after short time interval)."
Is there any way to set the time interval that it takes before an input prompt is cancelled?