Re: FTP syntax

hallam@alws.cern.ch
Fri, 25 Mar 1994 16:30:42 +0100

Date: Fri, 25 Mar 1994 16:30:42 +0100
Message-Id: <9403251530.AA26794@dxmint.cern.ch>
From: hallam@alws.cern.ch
Subject: Re: FTP syntax

Dan sayeth:-

>> In other
>>words, if you come across %20 in a URL or you come across " "
>>you must treat them the same. But if you come across %2F and "/"
>>you must treat them differently.
>Seconded! Agreed! The test suite I wrote does just this.

Well not quite. You treat the / and %2F differently in one section
of the client (relativity of URLs). And the same in the transport
layer.

The relativity part does not need to know about escaping anything. All
it needs to know is the difference between '.' '/' and ':' everything
else is just transparent.

Phill H-B