Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I kown the remote computer administrator user and password?How to read the files in the computer(filepath and ip is known)
Posted

1 solution

open and read the file: make the path: \\COMPUTERNAME\VOLUME_NAME\LOCAL_FILE_PATH

or copy it to a temp file and read that. Dont ferget to delete it.

it should be easy, but know that the data is uncrypted transmitted...
 
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