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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top