Developer forum

Forum » Development » Access file with Visual studio 2010

Access file with Visual studio 2010

Tom Arnfeldt Nielsen
Reply
Hi.
I´m using Visual Studio and am trying to find out wether I can access a file via FTP, using Visual Studio 2010. I have spend around 3/4 hour googling for a solution, sofar without succees.. Does anyone know how to setup Visual Studio 2010 to edit files via FTP?

Replies

 
Nicolai Høeg Pedersen
Reply
If you want to access files on a FTP server and edit them using Visual Studio:
http://msdn.microsoft.com/en-us/library/34322t8f.aspx

If you want to access files on a FTP server from some code:
This is an option:
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx
http://www.codeproject.com/KB/IP/FtpClient.aspx

Or search for: .NET ftp client

 

You must be logged in to post in the forum