Guest User

Untitled

a guest
Nov 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. rc = subprocess.call(["mount","-t","cifs", "-o",
  2. "username="+smb_user+",password="+smb_pass,
  3. "//"+smb_host+"/"+smb_target,
  4. to_transport])
Add Comment
Please, Sign In to add comment