Move folders from Multiple remote Servers to my local computer

I have 20 Servers (They are Windows 2003) that I remote every day using names or IP address and type in my username & Password then copy folders manually to my local computer.

I'm wondering if i can just run script(s) from my local computer to do this job without using FTP(because of security purposes)?

I would appreciate any help please!

-Bakre

Do the servers support sftp?

Unfortunately, they don't..

---------- Post updated at 10:45 PM ---------- Previous update was at 12:05 PM ----------

I'm sorry, but I just find out that; the servers support the SFTP?

Do the files have file shares turned on? (SMB mounting is possible then)

How to find out if file shares turned on?

SMB HOWTO: Accessing an SMB Share With Linux Machines

smbclient -U username -L someserver.somewhere.com