Re: scp in perl

2005-03-03 Thread Wiggins d'Anconia
susan lam wrote: Hi, I have a script that copies files from one server to another via the scp system call. On unix, I usually do a "sum" manually on files to make sure that the files got transferred properly. I would like to automate this process in perl - transferring files over to another serve

Re: scp in perl

2005-03-02 Thread Kevin Old
On Wed, 2 Mar 2005 14:54:38 -0800 (PST), susan lam <[EMAIL PROTECTED]> wrote: > Hi, > I have a script that copies files from one server to > another via the scp system call. On unix, I usually do > a "sum" manually on files to make sure that the files > got transferred properly. > > I would like t

scp in perl

2005-03-02 Thread susan lam
Hi, I have a script that copies files from one server to another via the scp system call. On unix, I usually do a "sum" manually on files to make sure that the files got transferred properly. I would like to automate this process in perl - transferring files over to another server and verifying t