I have a computer (A) on the same network that I can access and copy its files through \\[ip of A]\c$ after entering the username and password into prompt credentials window as shown in the image below.
I am trying to do that through python script that can read that text file remotely or at least copy it to my desktop (B).
Keep in mind there's a network firewall and limitations and need to do it through the same port when I do it manually as shown in the image above.
Could that be feasible? Appreciate your thoughts and feedback!
Thanks,