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: Session closed. No Session

You close the session with the close command. If you do not want it to close, do not use the close command.
pri.sramos

Session closed. No Session

Hi,

I'm try to connect to sftp with the code below:

option batch on
option confirm off
open sftp://user:pass@address.br/
cd /recebidos
close
exit

But the result is Session 'user@address.br' closed. No Session, like the image attached, what can i do to solve it?


Thanks![/img]