Open file over FTP

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

    Open file over FTP

    I am trying to open a file (file --> open --> file) at an FTP location using
    visual Studio.net. Unfortunately, I get an "unspecifie d error" alert
    whenever I select a file.

    Can anyone help explain why this should be the case.

    Thanks

    Gary


  • Jorge L Matos

    #2
    RE: Open file over FTP

    I believe you can only open files from web servers using HTTP not FTP.

    "gary smith" wrote:
    [color=blue]
    > I am trying to open a file (file --> open --> file) at an FTP location using
    > visual Studio.net. Unfortunately, I get an "unspecifie d error" alert
    > whenever I select a file.
    >
    > Can anyone help explain why this should be the case.
    >
    > Thanks
    >
    > Gary
    >
    >
    >[/color]

    Comment

    • John Timney \(ASP.NET MVP\)

      #3
      Re: Open file over FTP

      you have to get the file first, then open it locally. FTP doesn't have the
      protocol support to open on the remote server.

      --
      Regards

      John Timney
      ASP.NET MVP
      Microsoft Regional Director

      "gary smith" <gary.smith@mer catorgroup.co.u k> wrote in message
      news:d4ar5n$314 $1@nwrdmz01.dmz .ncs.ea.ibs-infra.bt.com...[color=blue]
      >I am trying to open a file (file --> open --> file) at an FTP location
      >using visual Studio.net. Unfortunately, I get an "unspecifie d error" alert
      >whenever I select a file.
      >
      > Can anyone help explain why this should be the case.
      >
      > Thanks
      >
      > Gary
      >[/color]


      Comment

      Working...