Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7447043
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T12:29:52+00:00 2026-05-29T12:29:52+00:00

I am trying to read a file on a network server (from a Windows

  • 0

I am trying to read a file on a network server (from a Windows XP machine), which I would normally access by asking for \\ServerName\dirPath\ in the run dialog.

Right now, I have to write a program that reads the file off the server and returns some results on my PC.

The problem that I’m facing is that the login name on my PC does not have a login account on the server. As a result, I am unable to read the file on the server when I tried:

f = open(r'\\server\path\to\file', 'r')

I know that I can fix this by adding a user account to the server or to my PC, but short of those solutions, is there a way for me to pass login credentials to the server?

I am running Windows XP on my PC and some flavor of Linux on the server

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T12:29:53+00:00Added an answer on May 29, 2026 at 12:29 pm

    You say it’s a Samba share – have a look at PySmbClient. That way, you can do something like this:

    client = smbclient.SambaClient(server="servername", share="sharename",
        username="foo", password="bar", domain="baz")
    f = smb.open('/path/to/file')
    data = f.read()
    f.close()
    

    Alernatives are available, such as PySamba.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to read an XML-file from another server. However the the company
I am trying to read from file: The file is multiline and basically i
I'm trying to read a file from a local filesystem. I do not have
I am trying to read a single file from a java.util.zip.ZipInputStream , and copy
I'm trying to read a URL within our corporate network. Spesifically the server I'm
I'm trying to read a file to produce a DOM Document, but the file
I am trying to read a file and the error i get is java.io.FileNotFoundException:
I'm trying to read a file of regexes, looping over them and filtering them
I'm trying to read a file line by line to a string type variable
I'm trying to read in file content, ex : public void myMethod(){ FileInputStream fstream

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.