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
 
Back
Top