Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Okay, here goes...

 

Machine A and Machine B are on the same LAN.

 

There's a file, or more a series of files, in different formats on Machine A.

 

On Machine B there is a Card Reader or USB type storage area.

 

On Machine B, there is a .NET Application, not sure yet if it's going to be a smart or thin client.

 

The job of the .NET App is to copy a file from Machine A to Machine B. Also, it would be nice if it showed a progress bar of the file coming across.

 

I'm relatively new to .NET - any tips or ideas on the best way to go about doing something like this?

 

 

Mods - not sure if this is the correct area to post this thread in - please move if necessary

What if the Hokey-Pokey IS what it's all about?
Posted

The easiest thing would be to share the folders you will be copying to/from and reference them over the network using something like \\A\share and \\B\share.

 

Check out the System.IO namespace, specifically the File class.

 

Also, I feel kind of silly mentioning this because I wrote it, but this app might do the trick for you. I don't know the specifics of what you need, but it might be worth a check.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...