MS Internet Transfer Control

  • Thread starter Thread starter Ben Cox
  • Start date Start date
B

Ben Cox

I am trying to using the internet transfer control in a windows app to
create a simple ftp client. I am getting no errors but using execute to get
and put files does not work. I have used the same process in a VB program
and it works ok.

Does anyone have a working sample.

Ben
 
Ben,

Can you show the code that you are using?

Also, if you have the .NET 2.0 beta, you might want to check out the
FtpWebRequest class in the System.Net namespace.

Hope this helps.
 
Back
Top