M HYPE SPLASH
// news

How to use FTP link/URL with FileZilla?

By Emma Terry

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

ftp://

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?

2 Answers

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.

In 'View' menu make sure that 'Qickconnect bar' is enabled.
If so, toolbar with fields 'Host', 'Username', 'Password', 'Port' and the button 'Qickconnect' will be shown just under main menu.
Fill all needed fields, press 'Qickconnect' and you'll got what you want.
Good luck!

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy