You are right, Thanks.
On Thu, Jan 6, 2011 at 12:55 PM, Ian Kelly wrote:
> On Thu, Jan 6, 2011 at 10:26 AM, Ariel wrote:
> > Hi everybody:
> >
> > I get an error when I used urllib2.urlopen() to open a remote file in a
> ftp
> > server, My code is the fol
On Thu, Jan 6, 2011 at 10:26 AM, Ariel wrote:
> Hi everybody:
>
> I get an error when I used urllib2.urlopen() to open a remote file in a ftp
> server, My code is the following:
>
>>>> file = 'ftp:/192.168.250.14:2180/RTVE/VIDEOS/Thisisit.wmv'
Looks to me l
Hi everybody:
I get an error when I used urllib2.urlopen() to open a remote file in a ftp
server, My code is the following:
>>> file = 'ftp:/192.168.250.14:2180/RTVE/VIDEOS/Thisisit.wmv'
>>> mydata = urllib2.urlopen(file)
Traceback (most recent call last):
File &quo