HOW TO: Send file to shared folder

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

Guest

I'm trying to send a file from my device to a remote shared folder, I've been
googling and couldn't find any useful solution. The only way I think I can do
it is by using TCP and deploying a "listener" service on the server computer,
but there must be another way.

Thanks for your help
 
Am Fri, 29 Oct 2004 01:45:02 -0700 schrieb Joaquin
I'm trying to send a file from my device to a remote shared folder, I've
been
[..]

Hi,
this is just an idea:

You can access remote shared folders using the file explorer on your
device. Maybe you could handle it, using the System.IO.Directory classes,
via direct access e.g. "\\myshares\"?!

Best regards
Andreas
 

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

Back
Top