Post a reply

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: Logging out of a scp session automatically

vasureddy619 wrote:

I also want the feature what shanta asked for, is it possible to automatically logout a sftp session in winscp if it is idle for some minutes and should ask for the password

Configure this on the SFTP server.
vasureddy619

Re: Logging out of a scp session automatically

martin wrote:

shanta wrote:

I would like the winscp to logout of the scp session after a specified amount of time(like in ssh session expire)

SSH session expire timeout can be set on the SSH server. Of course it applies for SCP/SFTP session as well. However as WinSCP operates in synchronous manner, it does not detect disconnection unless you attempt to do some action (like copying file, or just automatic keepalive attempt). Is this what you ask for?


I also want the feature what shanta asked for, is it possible to automatically logout a sftp session in winscp if it is idle for some minutes and should ask for the password
martin

Re: Logging out of a scp session automatically

shanta wrote:

I would like the winscp to logout of the scp session after a specified amount of time(like in ssh session expire)

SSH session expire timeout can be set on the SSH server. Of course it applies for SCP/SFTP session as well. However as WinSCP operates in synchronous manner, it does not detect disconnection unless you attempt to do some action (like copying file, or just automatic keepalive attempt). Is this what you ask for?
shanta

Logging out of a scp session automatically

I would like the winscp to logout of the scp session after a specified amount of time(like in ssh session expire) if there are no data transfers going on. I am not sure if winscp already has this feature. But this is something that is very useful to me.

Thanks,

- shanta