simple ftp app

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

I'm just trying to create a simple ftp application to send
files to clients, but I can't find anything on how to get
started. And of course no body wants to use the command
prompt.
What kind of references or components will I need to start
with?
 
http://www.c-
sharpcorner.com/winforms/NFTPExplorer_Beta2.asp

There is another one there too, I just can't find it.

If you are using FTP, you may want to spend a few bucks
and get Darts Secure FTP. We recently purchased it, and
it's very easy to use and provides a lot of advanced
functionality that you can otherwise build, but would be
a pain.

Either way, Good Luck,

W.G. Ryan
(e-mail address removed)
www.knowdotnet.com
 
Hi Adam,

In addition to the links given in the previous posts, I believe the
following are also very helpful:

FTP Client library in C#
http://www.csharphelp.com/archives/archive9.html

FTP Component in C# for .NET
http://www.codeproject.com/csharp/FTP.asp?print=true

PowerTCP FTP for .NET
http://www.dart.com/dotnet/ftp.asp

If you are interested, you can use Socket to implement FTP yourself. :-)
You can find FTP Specification below:
FILE TRANSFER PROTOCOL
http://www.faqs.org/rfcs/rfc765.html

Please feel free to let me know if you have any problems or concerns.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! ¨C www.microsoft.com/security
This posting is provided ¡°as is¡± with no warranties and confers no rights.
 
Back
Top