FTP

  • Thread starter Thread starter John
  • Start date Start date
J

John

I need to FTP files from one webserver to another. I am
writing a program in VB.NET that needs to do this. Any
ideas on how to do this?
Thanks,
John
 
This is iin C# but it's easy enough to convert. However, if you want to use
secure channels, I highly recommend using Dart's SecureFTP. It's a first
rate product from start to finish
 
Thank you for the response. I am not real worried about
using secure channels. Did you have some sample code in
C# I am missing?

Thanks,
john
 
Back
Top