0

I want to transfer files using python from server1 and need to transfer this file to multiple servers (server2,server3,server4) and each have different username & password.

1 Answers1

0

pysmb is a pretty nice library for this. It's also OS independent, although it would require some form of hard-coded passwords.

https://pythonhosted.org/pysmb/

See this SO post for an example of pysmb usage.

Community
  • 1
  • 1
Mike
  • 439
  • 1
  • 6
  • 13