hi all,
can anyone tell me hoe to open a file from one machine, when the file is present on a remote machine, specifying it's IP address?
How is a URL specified within a call for urllib2.urlopen (). I want to specify something like 192.168.5.140/XXX_yyy/ZZZ_yyy/bbb
where bbb is a folder
i have tried urllib.urlopen( ), the built in open() too...but nothing is working...
anyone tell me the exact usage format for the above calls
can anyone tell me hoe to open a file from one machine, when the file is present on a remote machine, specifying it's IP address?
How is a URL specified within a call for urllib2.urlopen (). I want to specify something like 192.168.5.140/XXX_yyy/ZZZ_yyy/bbb
where bbb is a folder
i have tried urllib.urlopen( ), the built in open() too...but nothing is working...
anyone tell me the exact usage format for the above calls