Re: FTP client functions?

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
Subject: Re: FTP client functions?
Date: 2010-07-23 17:03:29
Message-ID: AANLkTik+BJsRya+EgJUzdN_Fpt+MeqbM9jRx+bb7qnKe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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.

In response to

Browse pgsql-admin by date

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