Making finder happy with FTP proxy return
Making finder happy with FTP proxy return
- Subject: Making finder happy with FTP proxy return
- From: Troy Dawson <email@hidden>
- Date: Tue, 25 Apr 2006 17:42:33 -0700
Before I burn a support incident, I'd like to ask the list...
I'm working on a network proxy (HTTP, HTTPS, FTP) server (running on
localhost:8000), and am seeing that the Finder does not like the
response I'm giving it for FTP traffic (eg. ftp://ftp.apple.com).
With my proxy hooked in (via the System Pref network FTP proxy
setting) , in ethereal I'm seeing the Finder switch to HTTP (as
expected):
~~~
GET ftp://ftp.apple.com/ HTTP/1.1
User-Agent: CFNetwork/129.13
Connection: keep-alive
Proxy-Connection: keep-alive
Host: ftp.apple.com
From: 127.0.0.1
~~~
but for some reason the HTTP page I'm giving back to the Finder
isn't making it happy (ie Finder just displays an empty window for
the directory):
~~HTTP/1.0 200 OK
Mime-Version: 1.0
Date: Tue, 25 Apr 2006 22:27:02 GMT
Content-Type: text/html
Age: 742
Proxy-Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!-- Tue, 25 Apr 2006 22:27:02 GMT -->
<HTML><HEAD><TITLE>
FTP Directory: ftp://ftp.apple.com/
</TITLE>
etc.
~~
(Firefox doesn't have a problem with the current code's return of
this HTML page)
So the question is does anyone know if the Finder has any special
needs wrt FTP proxy data?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden