This may sound like a basic question but, I shall dare to ask anyway.
I use DO a lot for accessing my ftp server. I often upload and share files from my ftp. Is there a way to get the HTTP URL of a file easily once I have connected to the FTP with DO?
Up till now I have had to type in the URL manually and double check that it works. Kind of tedious... Any help would be much appreciated.
You could write a button to do it. The exact details will depend on the site, since there is no programatic way to map an FTP URL to an HTTP one. Opus has no way to know how the FTP directories are exposed on the HTTP side, but a fairly simple button can take the FTP path, remove some of the parent directories and add on the web URL etc.