smb

access remote files on server with smb protocol python3

access remote files on server with smb protocol python3 Question: I have a remote server with some files. smb://ftpsrv/public/ I can be authorized there as an anonymous user. In java I could simply write this code: SmbFile root = new SmbFile(SMB_ROOT); And get the ability to work with files inside (it is all I need, …

Total answers: 3