How to use FTP link/URL with FileZilla

filezillaftpurl

I use FileZilla for FTP upload and download from FTP shares, websites. But I always struggle with using direct FTP links/URLs, like:

ftp://ftp.funet.fi/pub/standards/RFC/rfc959.txt

or FTP structured like this:

ftp://user:password@host:port/path

Is there a way to use FileZilla without setting up New Site for each FTP link? Can I just copy & paste the link to something in FileZilla that will start downloading, like any browser does?

Best Answer

You can paste a URL to Host box on Quickconnect bar. Once you click Quickconnect button, the URL is parsed into Host, Username, Password and Port.

enter image description here

enter image description here

And actually even a protocol is recognized, so you can e.g. paste sftp:// URL to connect with SFTP, what is otherwise not directly possible with Quickconnect bar.

Related Question