opening a file on a remote host

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vgkhle
    New Member
    • Sep 2010
    • 3

    opening a file on a remote host

    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
    Last edited by bvdet; Nov 17 '10, 02:25 PM. Reason: Remove bold tags
Working...