You are right, Thanks.<br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 12:55 PM, Ian Kelly <span dir="ltr"><<a href="mailto:ian.g.kelly@gmail.com">ian.g.kelly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Thu, Jan 6, 2011 at 10:26 AM, Ariel <<a href="mailto:isaacrc82@gmail.com">isaacrc82@gmail.com</a>> wrote:<br>
> Hi everybody:<br>
><br>
> I get an error when I used urllib2.urlopen() to open a remote file in a ftp<br>
> server, My code is the following:<br>
><br>
>>>> file = 'ftp:/<a href="http://192.168.250.14:2180/RTVE/VIDEOS/Thisisit.wmv" target="_blank">192.168.250.14:2180/RTVE/VIDEOS/Thisisit.wmv</a>'<br>
<br>
</div>Looks to me like you're missing a slash separating the protocol from<br>
the hostname.  Try 'ftp://' instead of 'ftp:/'.<br>
</blockquote></div><br>