[Mono-devel-list] [PATCH] System.Net.FtpWebRequest

Miguel de Icaza miguel at ximian.com
Tue Jun 28 16:31:51 EDT 2005


hello,

> Also, need to add these lines to the mono supplied machine.config
> under <webRequestModules> to do RegisterPrefix:
> 
> <add prefix="ftp" type="System.Net.FtpWebRequestCreator, System,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
> />
> <add prefix="ftps" type="System.Net.FtpWebRequestCreator, System,
> Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
> />

This sounds strange, I could swear that these classes are only available
in the 2.x profile;  Are you sure that we want to use the 1.0.5000.0
version?

Miguel



More information about the Mono-devel-list mailing list