Auto File Up/Download (reworded)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My previous msg was poorly worded.

What kind of class should I use to upload and download a file from the
internet? I
want to create a fuction for a pocket pc that will enable me to automatically
up and download a file to an ftp site.

Thanx,
Poe
 
Poewood said:
My previous msg was poorly worded.

What kind of class should I use to upload and download a file from the
internet? I
want to create a fuction for a pocket pc that will enable me to
automatically up and download a file to an ftp site.

There's no FTP support in .NET 1.1 other than using Sockets, but there are
both free and commercial implementations available.

Cheers,
 
Back
Top