RE: FW: suggestion for sftp process

2006-03-15 Thread Curt Shaffer
-Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 11:48 AM To: Curt Shaffer Cc: beginners@perl.org Subject: Re: FW: suggestion for sftp process On 3/14/06, Curt Shaffer <[EMAIL PROTECTED]> wrote: > I have a small update to this post

RE: FW: suggestion for sftp process

2006-03-14 Thread Curt Shaffer
-Original Message- From: KyLiE [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 10:36 AM To: Curt Shaffer Subject: Re: FW: suggestion for sftp process Curt Shaffer wrote: >I have a small update to this post. I found out that I will be able to get >all of the files in the

Re: FW: suggestion for sftp process

2006-03-14 Thread Chas Owens
On 3/14/06, Curt Shaffer <[EMAIL PROTECTED]> wrote: > I have a small update to this post. I found out that I will be able to get > all of the files in the remote directory. Unfortunately I do not see a way > to do this with Net::SFTP. There is no mget function and * does not seem to > work for the

FW: suggestion for sftp process

2006-03-14 Thread Curt Shaffer
Shaffer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 9:45 AM To: beginners@perl.org Subject: suggestion for sftp process I am writing a process that will need to establish a SFTP connection with a remote server, pull a file down and copy it to an archive and system folder. I also have

suggestion for sftp process

2006-03-14 Thread Curt Shaffer
I am writing a process that will need to establish a SFTP connection with a remote server, pull a file down and copy it to an archive and system folder. I also have to do the opposite where I will need to get a file from a system directory and push it via SFTP to a remote server. Now I have the pus