Feature Request: Translate FTP URL To website address

Moderator: Project members

Post Reply
Message
Author
ce_boleary
500 Command not understood
Posts: 1
Joined: 2022-08-29 13:32
First name: Bill
Last name: OLeary

Feature Request: Translate FTP URL To website address

#1 Post by ce_boleary » 2022-08-29 13:50

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

Post Reply