用http代理下载sourceforge的cvs仓库[原理+C#代码]
|
日期:2007年1月15日 作者: 查看:[大字体
中字体 小字体]
|
Console.WriteLine(" ViewVC CVS Checkout "); Console.WriteLine(" Author:hesicong Homepage:www.hesicong.net hesicong.cnblogs.com "); Console.WriteLine("======================================================================"); Console.Write("Enter your Proxy:(IP:PORT): "); proxy.Address = new Uri("HTTP://"+Console.ReadLine()); Console.Write(@"ViewVC Start URL:(HTTP:///): "); wc.BaseAddress = Console.ReadLine(); Console.Write(@"Where to store your files? (Driver:\Dir): "); store = Console.ReadLine(); wcFileDown.Proxy = proxy; wc.Proxy = proxy; Console.WriteLine("Start downloading"); DirList dl; dl = getTree("/"); Console.WriteLine("Done! Press Enter Key to Finish"); Console.ReadLine(); }
/// <summary> /// Search the newest files and download them from CVS /// </summary> /// <param name="address">Relative url where ViewVC page</param>
上一篇:借助HiddenText 确定CheckBoxList当前的操作类型及点击的CheckBox
下一篇:sql server日期时间函数
|
| 用http代理下载sourceforge的cvs仓库[原理+C#代码] 相关文章: |
|
|
|
| 用http代理下载sourceforge的cvs仓库[原理+C#代码] 相关软件: |
|
|
|