Re: FTP client functions?

From: Lou Picciano <loupicciano(at)comcast(dot)net>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: FTP client functions?
Date: 2010-07-23 17:25:26
Message-ID: 1372306669.488656.1279905926666.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks, Scott, for that. I've already experimented a little from doing ftp calls from straight from shell - using PL/sh - of course, this is sub-optimal(!), but was good for an experiment.

Having trouble so far getting PL/php built on v9, too...

OK, we'll keep at it!

----- Original Message -----
From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: "Lou Picciano" <loupicciano(at)comcast(dot)net>
Cc: pgsql-admin(at)postgresql(dot)org
Sent: Friday, July 23, 2010 1:03:29 PM
Subject: Re: [ADMIN] FTP client functions?

On Fri, Jul 23, 2010 at 10:58 AM, Lou Picciano <loupicciano(at)comcast(dot)net> wrote:
> I've dont only cursory research on this so far, so thought I'd ask here
> first...
> Does anyone know of any ftp client capabilities in Postgresql, any prebuilt
> functions or extensions already built?
> Or is it a roll-your-own kind of thing?

Easiest way would be to install a pl/language that has something like
curl available to it. Then it's just simple file access from the
language perspective.

Browse pgsql-admin by date

  From Date Subject
Next Message Lou Picciano 2010-07-23 17:28:02 Re: FTP client functions?
Previous Message Joe Conway 2010-07-23 17:06:14 Re: FTP client functions?