On 2009-02-12, Grant Edwards <gra...@visi.com> wrote:
> On 2009-02-11, Muddy Coder <cosmo_gene...@yahoo.com> wrote:
>> Hi Folks,
>>
>> I feel good after played urllib with fun!
>>
>> Now I want to LOOK to server through urllib. I read the urllib docs,
>> but I did not find such a function. For example, if there are many
>> files located in http://www.somedomain.com/data_folder, but I don't
>> know what the filenames are residing in the data_folder.
>
> Try a GET on http://www.somedomain.com/.  If the admin has

Oops.  Should have been GET on http://www.somedomain.com/data_folder/

-- 
Grant

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to