I have created a sftp server for linux ec2 instance on aws. I have also mount the s3 bucket on linux using s3fs. Now, any third party is able to access the sftp server using WinSCP. However, I am looking for the ways to access this server using browser url.
I have tried something like:sftp://username:password@hostip
But it opens through the WinScp applocation and not through the browser directly.
Are they any ways to achieve it directly from browser?