FTP software, how to?

J

Jassim Rahma

i want to develop an FTP software just like the commercial ftp software
available, e.g. cuteFTP, wsFTP, etc...

and I want to know where to start from?
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,
Jassim Rahma said:
i want to develop an FTP software just like the commercial ftp software
available, e.g. cuteFTP, wsFTP, etc...

and I want to know where to start from?

Take a look at FtpWebRequest class, it will be the core of your app.
Alternately there are other third party classes that implement the ftp
protocol.

Secondly stop by codeproject.com or sourceforge.net and see if there are
other free FTP clients there, you might get ideas from those projects.
 
?

=?ISO-8859-1?Q?Arne_Vajh=F8j?=

Jassim said:
i want to develop an FTP software just like the commercial ftp software
available, e.g. cuteFTP, wsFTP, etc...

and I want to know where to start from?

..NET Framework has classes for both FTP and GUI, so
I would say that you just start creating the app you want,
because all the pieces are there.

Arne
 

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