access file in diff. server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jamie

    access file in diff. server

    Hi,

    I 've faced an error - 503 - server unavailable and debugged , it stucked at;

    myWebClient.Dow nloadFile(myStr ingWebResource, Trim(PCdirector y) +
    Trim(filename.T ext) + ".txt")

    actually, my program suppose to download a file from another win2003- server
    into my own PC . I 've created virtual web directory in the server.where the
    files is resided.

    who can help me??

  • Hermit Dave

    #2
    Re: access file in diff. server

    from the server where you have installed webclient code. open IE and see if
    you can access the myStringWebReso urce file.

    --

    Regards,

    Hermit Dave
    (http://hdave.blogspot.com)
    "jamie" <jamie@discussi ons.microsoft.c om> wrote in message
    news:ECB300BD-4D0D-40F7-B0EE-2DB4EA083DB9@mi crosoft.com...[color=blue]
    > Hi,
    >
    > I 've faced an error - 503 - server unavailable and debugged , it stucked
    > at;
    >
    > myWebClient.Dow nloadFile(myStr ingWebResource, Trim(PCdirector y) +
    > Trim(filename.T ext) + ".txt")
    >
    > actually, my program suppose to download a file from another win2003-
    > server
    > into my own PC . I 've created virtual web directory in the server.where
    > the
    > files is resided.
    >
    > who can help me??
    >[/color]


    Comment

    • norjamisah

      #3
      Re: access file in diff. server

      Dear Dave,
      thanks for ur quick response...
      tried and got 'server unavailable' Do I miss something during setting up?
      regards.
      Jamie

      "Hermit Dave" wrote:
      [color=blue]
      > from the server where you have installed webclient code. open IE and see if
      > you can access the myStringWebReso urce file.
      >
      > --
      >
      > Regards,
      >
      > Hermit Dave
      > (http://hdave.blogspot.com)
      > "jamie" <jamie@discussi ons.microsoft.c om> wrote in message
      > news:ECB300BD-4D0D-40F7-B0EE-2DB4EA083DB9@mi crosoft.com...[color=green]
      > > Hi,
      > >
      > > I 've faced an error - 503 - server unavailable and debugged , it stucked
      > > at;
      > >
      > > myWebClient.Dow nloadFile(myStr ingWebResource, Trim(PCdirector y) +
      > > Trim(filename.T ext) + ".txt")
      > >
      > > actually, my program suppose to download a file from another win2003-
      > > server
      > > into my own PC . I 've created virtual web directory in the server.where
      > > the
      > > files is resided.
      > >
      > > who can help me??
      > >[/color]
      >
      >
      >[/color]

      Comment

      • Hermit Dave

        #4
        Re: access file in diff. server

        sso now you know whats causing the failure.
        the server could be down. i do not know what URL you were accessing you i
        cant say.
        Contact the people who manage that server and ask them

        --

        Regards,

        Hermit Dave
        (http://hdave.blogspot.com)
        "norjamisah " <norjamisah@dis cussions.micros oft.com> wrote in message
        news:2CCB1244-29ED-47A4-BE9E-D83FEE195232@mi crosoft.com...[color=blue]
        > Dear Dave,
        > thanks for ur quick response...
        > tried and got 'server unavailable' Do I miss something during setting up?
        > regards.
        > Jamie
        >
        > "Hermit Dave" wrote:
        >[color=green]
        > > from the server where you have installed webclient code. open IE and see[/color][/color]
        if[color=blue][color=green]
        > > you can access the myStringWebReso urce file.
        > >
        > > --
        > >
        > > Regards,
        > >
        > > Hermit Dave
        > > (http://hdave.blogspot.com)
        > > "jamie" <jamie@discussi ons.microsoft.c om> wrote in message
        > > news:ECB300BD-4D0D-40F7-B0EE-2DB4EA083DB9@mi crosoft.com...[color=darkred]
        > > > Hi,
        > > >
        > > > I 've faced an error - 503 - server unavailable and debugged , it[/color][/color][/color]
        stucked[color=blue][color=green][color=darkred]
        > > > at;
        > > >
        > > > myWebClient.Dow nloadFile(myStr ingWebResource, Trim(PCdirector y) +
        > > > Trim(filename.T ext) + ".txt")
        > > >
        > > > actually, my program suppose to download a file from another win2003-
        > > > server
        > > > into my own PC . I 've created virtual web directory in the[/color][/color][/color]
        server.where[color=blue][color=green][color=darkred]
        > > > the
        > > > files is resided.
        > > >
        > > > who can help me??
        > > >[/color]
        > >
        > >
        > >[/color][/color]


        Comment

        Working...