When an HTTP URL is generated, it grabs the entire path. However, a lot of users have a home path that takes them to a different root folder. So if I'm on a private FTP site that I'm a registered user, and my credentials are needed, the full path doesn't work. This could be fixed by the program pulling the root directory that the current login is directed to, them removing that home path from the full path. I understand this would generate a URL only accessible to the current user, but I figure that's what most users of WinSCP are looking for in the first place. Could be expanded on by having a "Generate Public URL" and "Generate Private URL".