Session closed. No Session

Advertisement

pri.sramos
Guest

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]

Description: Command line

Capturar.PNG

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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.

Reply with quote

Advertisement

You can post new topics in this forum