How to FTP?

T

Tushar Karsan

(Replies followed to: microsoft.public.dotnet.framework only)

What is the best method of transferring files
between FTP servers using .Net Framework
using C#?

Is there a .Framework API that that enables a C# app to
behave like an FTP client?

Please help.
 
L

lancer

(Replies followed to: microsoft.public.dotnet.framework only)
What is the best method of transferring files
between FTP servers using .Net Framework
using C#?

Is there a .Framework API that that enables a C# app to
behave like an FTP client?

Please help.

You'll either need
to implement the protocol yourself or use a component. One such component you
may be interested in, if you don't want to spend time implementing ftp, is
IP*Works! .Net Editions FTP component. You can find a trial (with a sample ftp
client) at www.nsoftware.com/download/.

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

-
 
J

John Timney \(Microsoft MVP\)

theres a stack of solutions at C-SharpCorner.com
http://www.google.com/custom?q=ftp&sa=Search&cof=LW:200;L:http:/%2
Fwww.c-sharpcorner.com%2Fcslogo101.gif%3BLH%3A50%3BBGC%3AFFFFFF%3BAH%3Acente
r%3BGL%3A0%3BS%3Ahttp%3A%2F%2Fwww.c-sharpcorner.com%3BAWFID%3A8e5247efc478d7
ec%3B&domains=www.c-sharpcorner.com&sitesearch=www.c-sharpcorner.com

--
Regards

John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
 

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

Top