in reply to To generate perl script for copying folders and files that are on server to my local system.

Hi perlmonk1984,

I notice that this is your first post, welcome to the Monastery.
Please read the PerlMonks FAQ and How do I post a question effectively? if you have not done so already. You need to provide more information as to which operating system this script is to run on and connect to, which services are available for logging in and retrieving files (perhaps ftp/scp for a unix/linux type environment ?) before we can offer advice to match your requirements and available resources.

Hope this helps.

Martin
  • Comment on Re: To generate perl script for copying folders and files that are on server to my local system.

Replies are listed 'Best First'.
Re^2: To generate perl script for copying folders and files that are on server to my local system.
by perlmonk1984 (Initiate) on Feb 27, 2006 at 11:44 UTC
    Thanks a lot Martin for Replying me...... Server machine is windows 2000 and we have domain authentication for it so we login to the server through IP Address. And my Local system is Windows Xp. To run script i installed Activeperl on my machine. Regards, Bobby