Sftpgo Requests
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!!!