Reading a text file from a remote machine in LAN using c, c++, vc++
-
Using C/C++ code, How to read a text file (approx size 100GB) line by line from a remote machine in LAN directly without downloading or copying the file
-
Using C/C++ code, How to read a text file (approx size 100GB) line by line from a remote machine in LAN directly without downloading or copying the file
-
Using C/C++ code, How to read a text file (approx size 100GB) line by line from a remote machine in LAN directly without downloading or copying the file
-
Using C/C++ code, How to read a text file (approx size 100GB) line by line from a remote machine in LAN directly without downloading or copying the file
is the machine doing the reading on the same network as the machine with the file? If so, just use a UNC, something like: \\machine\folder\...\file.ext
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
is the machine doing the reading on the same network as the machine with the file? If so, just use a UNC, something like: \\machine\folder\...\file.ext
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles