Copying a folder from windows to linux using python

374 Views Asked by At

Earlier by using pexpect module I could copy a folder using SCp command from linux to linux.

But when i am trying to do the same using pexpect from Windows to linux i am unable to achieve.

I have tried even pysmb . In pysmb i am able to read the contents of files in windows and write it into linux machine.But I need to copy the folder.

Thanks in advance

0

There are 0 best solutions below