Click here to Skip to main content
15,906,341 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I've a problem in my project. i need ur help friends.

1) in my project i'm using barcode scanner . when i connect the scanner and click the "import" button ,
the text file in barcode scanner have to move to my server's path.

2) i've given a path like ("\\dellserver\barcode\barcode.txt"). This is working fine where the system are connected through LAN.

3) But What i need is

When i execute the same program without LAN means how can i give that server path?? or any other way to move my barcode text file to server's barcode folder??

if yes, plz share ur answer..
Posted
Comments
Richard MacCutchan 24-May-13 3:30am    
If the server and client are not connected somehow, then there is no way you can transfer data between them.

No.

If your PC is not connected to the network, you cannot access any machines connected to the LAN.

It's like saying "if I turn off the power to my house, can I still use the dishwasher?"
 
Share this answer
 
let the path (\\server1\barcode\barcode.txt) is at server 1

and

my pc was connected with server 2.
now i have internet connectivity through server2.

i can able to send my datas to server 2. but i want to send my data to server 1.

how it is possible?

how should i link server 1 and server2 ????
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900