On 8/9/20 11:44 PM, Ed Greshko wrote:
On 2020-08-10 11:08, Robert McBroom via users wrote:
lots of the time I want to pull data from shared files on windows 
computers.???? The shares used to show up under network in any number of file 
programs, caja, konqueror, etc.?? What protocol has replaced that access?
If you execute

smbclient -L <windowsIP or DNS name>

Do you get a list of available shares?

If so, you can then mount the share using a type of cifs.

[root@xxxPC ~]# smbclient -L //10.237.214.183
Enter WORKGROUP\root's password:
session setup failed: NT_STATUS_ACCESS_DENIED

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to