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

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.
 
M

Mathieu Chavoutier

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 :blush:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top