Page 1 of 1

Feature Request: Translate FTP URL To website address

Posted: 2022-08-29 13:50
by ce_boleary
I use filezilla to copy lots of shared content to my website

When I share the link with my customers, I provide them with an https://my_website.com address to access the files

So I use the 'copy URL to clipboard' context menu item in the fillezilla client to copy the ftp url:
ftp://[user@IP_ADDRESS]/public_html/netBom/v22.8.1_SGLD/NetBom_Diff_Report.html
then I paste it into an email and manually replace the
ftp://[user@IP_ADDRESS]/public_html
with my website url:
https://my_website.com/

It would be great to have a 'copy website URL to clipboard' selection in the client that would do that simple replacement for me...
I'm guessing you'd have to provide a configurable
ftp_prefix:website_url setting to make that work

ftp_prefix: ftp://[user@IP_ADDRESS]/public_html
website_url: https://my_website.com