Can I send/receive to an FTP server from a .NET WinForm Taplet PC application?

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Does anyone know if there is any information on how to do this? The
application will be synchronizing data from an intermittent, wireless link.
 
Tom said:
Does anyone know if there is any information on how to do this? The
application will be synchronizing data from an intermittent, wireless
link.

You want to program a client FTP ?

If so, the langage in wich you program it doesn't matter, because FTP is a
protocol (File Transfert Protocol). So, if you respect the protocol, you
won't have any problem.

Look for RFC of FTP on google :o)
 
Back
Top