Where to find and how to use FTP API in .NET environment?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to develop a web services client application by using Visual
Studio .NET. (either BV.NET or C#.NET)
In the application, I will use FTP API to connect a file server to
download/upload files from/to the server.

My question is:
(1) Where is the FTP API?
(2) How to reference them in the .NET project?

Thanks

David
 
I would like to develop a web services client application by using
Studio .NET. (either BV.NET or C#.NET) In the application, I
will use FTP
API to connect a file server to download/upload files
from/to the server.
My question is:
(1) Where is the FTP API?
(2) How to reference them in
the .NET project?

David, you may wish to take a look at IPWorks
(www.nsoftware.com), which includes an FTP component in the IPWorks .Net
Edition, amoung other internet communication related
components.

Regards,
Lance R.
/n software
http://www.nsoftware.com/

-
 
Back
Top