Opened 19 years ago
Last modified 18 years ago
#3022 closed Bug report
QuickConnect to FTP file tries to CWD into that file
Reported by: | rele | Owned by: | Alexander Schuch |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | rele, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
First of all, many thanks for contributing such a good
FTP client!
When I paste a fully qualified FTP file link into the
QuickConnect address field and press enter, nearly
everything works well:
FileZille connects to the server and logs in as anonymous.
But after SYST and PWD, FileZilla tries to CWD into the
file, instead of the directory containing the file.
After that FileZilla should have added the file to the
download queue (and start it immediately, if the queue
was empty).
Example:
ftp://eclipse.roumanoff.com/S-3.1RC3-200506171618/eclipse-SDK-3.1RC3-win32.zip
Status: Connecting to eclipse.roumanoff.com ...
Status: Connected with eclipse.roumanoff.com. Waiting
for welcome message...
Response: 220 eclipse.roumanoff.com NcFTPd Server
(licensed copy) ready.
Command: USER anonymous
Response: 331 Guest login ok, send your complete e-mail
address as password.
Command: PASS *
Response: 230-You are user #2 of 50 simultaneous users
allowed.
Response: 230-
Response: 230 Logged in anonymously.
Command: FEAT
Response: 211-Extensions supported:
Response: CLNT
Response: MDTM
Response: MLST
type*;size*;modify*;UNIX.mode*;UNIX.owner;UNIX.uid;UNIX.group;UNIX.gid;unique
Response: PASV
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: Compliance Level: 19981201 (IETF mlst-05)
Response: 211 End.
Command: SYST
Response: 215 UNIX Type: L8
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is cwd.
Command: CWD
/S-3.1RC3-200506171618/eclipse-SDK-3.1RC3-win32.zip/
Response: 550 That is not a directory.
Error: Could not retrieve directory listing
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
FileZilla 3 correctly parses the server login information
from the given URI and connects to the server. The quick
connect bar is supposed to connect to servers, not to
directly download files.
Bug report closed.
Can you please re-try with current FileZilla 2 or FileZilla
3 beta?