Python Forum
How to access shared folder on Windows from Ubuntu machine
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to access shared folder on Windows from Ubuntu machine
#4
see my edit above. You can have the ip address of host foobar by entering
Output:
nmblookup foobar
or perhaps from python
>>> import socket
>>> socket.gethostbyaddr('foobar')
Also make sure package cifs-utils is installed and you can read
Output:
man mount.cifs
Reply


Messages In This Thread
RE: How to access shared folder on Windows from Ubuntu machine - by Gribouillis - Nov-09-2019, 03:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Python3.X] [Windows] Remote Registry Access (like WMI or other) ManuHry 1 3,892 Jun-19-2018, 03:27 PM
Last Post: Larz60+
  Copy data from 1 blk device in machine A to another blk device in machine B AbhishekV 2 3,476 Feb-01-2018, 11:40 AM
Last Post: DeaD_EyE
  paramiko/ssh-matic not working from Windows Server 2012 R2 machine having Python34. pythonuser14 1 3,333 Oct-15-2017, 06:53 AM
Last Post: pythonuser14

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020