Need Info on FTP API's and Functions

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hello.
Im looking for information on FTP Functions and API's that are avalible on
windows 98 and higher OS .. I like to know how i can use those function in
order to creat a client application that can open FTP sessions..
I search microsoft site, but all the documentation are for window CE..
Im new to programming , and i want to start learning , by starting a project
and building on top of this.
Im using visual studio.net . visual basic language..
any pointer as to where to look for docummentation , would greatley
appreciated..

Regards
 
I don't know of any API's but, i've seen a free ftp class on www.allapi.net.
You will have to search for it yourself. If you are new to programming it
may be a little overwhelming.
 
Hi Tony,

The microsoft ftp webrequest information is only in C# but I assume that the
documentation should give you enough information to use it.

VB.NET:

Microsoft webrequest
http://support.microsoft.com/default.aspx?scid=kb;EN-US;812409

other FTP
http://www.freevbcode.com/ShowCode.Asp?ID=4655
http://www.allapi.net/downloads/NetFTP.zip
http://www.visualbuilder.com/article/viewarticle.asp?id=1234
http://www.abderaware.com/ (commercial FTP component)


Net Component
http://www.indyproject.org/indy.html
I hope this helps a little bit?

C#:
http://www.csharphelp.com/archives/archive9.html
http://www.codeproject.com/csharp/FTPDriver1.asp


Cor
 
Back
Top