Open file over FTP

  • Thread starter Thread starter gary smith
  • Start date Start date
G

gary smith

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

Can anyone help explain why this should be the case.

Thanks

Gary
 
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
 
Back
Top