Opened 21 years ago
Last modified 11 years ago
#2053 new Feature request
download from URL using Quick Connect Bar
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Start a download or connect to site/directory entering
an URL like
download
ftp://mysite.com/directory/myfile.tgz
connect + cd
ftp://mysite.com/directory/
Change History (1)
comment:1 by , 11 years ago
Summary: | connect or download from URL → download from URL using Quick Connect Bar |
---|
Note:
See TracTickets
for help on using tickets.
ftp://ftp.example.com/pub/linux/utils/kernel/pcmcia/ entered into the host field of the Quick Connection Bar connects to the given server and automatically changes into the given directory. That already works.
The download part does not yet work. There is a custom transfer dialogue "Transfer -> Manual Transfer…" which can be used instead.
Easier would be to simply enter the URI into the host field and then download the file into the currently selected local directory. Upload won't work that way.
A detection whether the given URI exists and is a file or directory could work as outlined in this Stack Overflow answer.