I have worked out a way of crudely using a network drive in my windows controlled network from my linux box using the Expect module to control smbclient. It seems to work fine, but it seems kind of crude. As I understand it samba is for letting a linux file server live in a windows environment, but smbclient is for letting a linux client work in a windows environment. In any case the quickest way I found to get this to work was with Expect.pm. Am I totally missing a brain? Is there a module made for this function?