Re: script to SFTP without NET::SFTP module

2008-09-18 Thread Rob Dixon
Mike Flannigan wrote: > [EMAIL PROTECTED] wrote: >> >> Does any one have a simple script to retrieve a file from a remote >> server using SFTP? >> >> I can not use the net::stp module because I do not have the required >> authority to add modules to our Perl interpeter. > > About a year ago I spent

[Fwd: Re: script to SFTP without NET::SFTP module]

2008-09-18 Thread Mike Flannigan
--- Begin Message --- About a year ago I spent a half day trying to do this with no restrictions placed on me. I was unsuccessful. In my searches I came to the conclusion that there was no publicly available method to get it done. I hope that is still not the case. Mike Flannigan On Fr

Re: script to SFTP without NET::SFTP module

2008-09-12 Thread Kenneth Wolcott
On Fri, Sep 12, 2008 at 1:21 PM, kscott <[EMAIL PROTECTED]> wrote: > Does any one have a simple script to retrieve a file from a remote > server using SFTP? > > I can not use the net::stp module because I do not have the required > authority to add modules to our Perl interpeter. > > > -- > To uns