Sftpgo Requests

From UVOO Tech Wiki
Revision as of 15:37, 27 March 2022 by Busk (talk | contribs) (Created page with "Updates made to virtual folders in webui don't update if a user is logged into sftp command prompt until relogin. ``` sftpgo version 2.2.2 on Ubuntu 20.04 Not a biggie but w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Updates made to virtual folders in webui don't update if a user is logged into sftp command prompt until relogin.

sftpgo version 2.2.2 on Ubuntu 20.04

Not a biggie but would be nice so current logged in users don't have to logout/login to get new virtual folder view.

When I add a new virtual folder in web UI to user account or delete an existing I have to logout of my sftp connection and log back into to present correct view via ls command.

Login to sftp account
sftp 127.0.0.1:2022
sftp> ls
sftp>

Add new virtual folder in web UI to user that is logged into sftp called myvirtualfolder.

sftp> ls
sftp>

when it should be

sftp> ls
myvirtualfolder
sftp>

It displays correctly if I logout and relogin.

Such a cool project!  Thank you for your wonderful work!!!