I am trying to write a script that uses samba to move files from one AIX machine to another. It runs on an XP box (not my choice) sitting in the middle.
I have tried to use Filesys::SmbClient but don't have the proper libraries on my local machine and (unfortunately) don't have a compiler (or the permission of the desktop police here at work to run one) so I can't even compile the SMB client package to get the lib files.
Does anyone have any idea how I can use perl to samba without those libraries?
Thanks.