Opened 12 years ago
Last modified 11 years ago
#8466 new Feature request
FTP URL in Quick Connect should open directory/download file
Reported by: | slacka | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Quick Connect FTP URL | Cc: | filip.hasa@… |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
Right now, it's nice that you can put FTP URLs in the quickconnect bar, but the functionality isn't quite usable.
For example, if you copy
ftp://190.144.167.33/planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf
from your browser and you want to download it in filezilla. When you paste it in the quick connect "host" field, you get the following error:
Connecting to 190.144.167.33:21...
Status: Connection established, waiting for welcome message...
Response: 220-Microsoft FTP Service
Status: Connected
Status: Retrieving directory listing...
Command: CWD /planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf
Response: 550 /planificacion/VAD&Hepp/Metodo-participativo-VAD.pdf: The directory name is invalid.
Command: PWD
Response: 257 "/" is current directory.
Ideally, it would CDW TO /planificacion/VAD&Hepp/
then start a download of Metodo-participativo-VAD.pdf
Change History (4)
follow-up: 2 comment:1 by , 12 years ago
Status: | new → moreinfo |
---|
comment:2 by , 12 years ago
Status: | moreinfo → new |
---|
It is not useful for URL without file on the end of link. I only want connect to somewhere.
example:
ideas is taken from #7961.
than kyou
comment:3 by , 12 years ago
Keywords: | Quick Connect added; Quickconnect removed |
---|---|
Summary: | FTP URL in Quickconnect does not initiate download → FTP URL in Quick Connect should open directory/download file |
Type: | Bug report → Feature request |
So I try to translate your feature request:
1) An FTP URI pasted into the quick connect bar should open a connection to the given FTP server and browse to the given directory in case the given URI refers to a directory.
2) In case the pasted FTP URI is not a directory but a file, a download should be started, or the manual download dialogue should be opened with all known information already filled in (probably just missing the local directory where the file should be downloaded to).
comment:4 by , 12 years ago
Cc: | added |
---|
Hello,
in both cases local directory should be opened in default local directory.
Second case should start download of file and keep open connection to remote directory as in first case.
Thank you
The quick connect bar is not supposed to be used like that. Please try the manual transfer (Transfer -> Manual download). Does it work there?