From: No Spam on
In article <9CFEAEF14CF7AEAC2E284CEEC009E394A9D7(a)127.0.0.1>
Guy <Use-Reply-To-Address-Header@[127.1]> wrote:

>Paul Blarmy wrote:
>
>> Can anybody recommend a program to synchronise files between an
>> FTP site and my local computer HD?
>>
>> Linux or Windows.
>>
>
>
>Wget
>cURL

Don't forget rsync.
From: Craig on
On 01/12/2010 02:54 PM, Paul Blarmy wrote:
> Hi
>
> Can anybody recommend a program to synchronise files between an FTP site
> and my local computer HD?
>
> Linux or Windows.

I really like filezilla. It's F/OSS and cross-platform. The interface
is a bit odd in some places but for things like synchronizing & site
management (for multiple sites) it's easy to set up. The cross-platform
part just flattened the learning curve.

<http://filezilla-project.org/client_features.php>

Before moving to filezilla, I used winscp which should also fit the bill.

<http://winscp.net/eng/docs/introduction>

hth,
--
-Craig
From: za kAT on
On Tue, 12 Jan 2010 15:36:26 -0800, Craig wrote:

> On 01/12/2010 02:54 PM, Paul Blarmy wrote:
>> Hi
>>
>> Can anybody recommend a program to synchronise files between an FTP site
>> and my local computer HD?
>>
>> Linux or Windows.
>
> I really like filezilla. It's F/OSS and cross-platform. The interface
> is a bit odd in some places but for things like synchronizing & site
> management (for multiple sites) it's easy to set up. The cross-platform
> part just flattened the learning curve.
>
> <http://filezilla-project.org/client_features.php>
>

I didn't know it could do that. When did they sneak that function in?
Perhaps I have just been an old blind sod :) Cool.

I use Syncback [avert your eyes] the payware version, to run scheduled
syncs in tut background, dunno if the freeware will do that, but hey this
Filezilla thingy is good for an audit that syncback [way cool software as
well] is doing it's job.

Big fan of Filezilla too for general ftp.

--
za kAT
From: JB on
No Spam wrote:

> In article <9CFEAEF14CF7AEAC2E284CEEC009E394A9D7(a)127.0.0.1>
> Guy <Use-Reply-To-Address-Header@[127.1]> wrote:
>
> >Paul Blarmy wrote:
> >
> >> Can anybody recommend a program to synchronise files between an
> >> FTP site and my local computer HD?
> >>
> >> Linux or Windows.
> >>
> >
> >
> >Wget
> >cURL
>
> Don't forget rsync.

But rsync doesn't work over FTP. He'd need an SSH shell or the
like to tunnel it, or a proper rsync daemon to connect to.

I think lftp has a "mirror mode" though, and it's pretty standard
for Linux installs.