Cygwin http://www.cygwin.org/ offer a couple of ftp clients, one of which
may do what you need.

If ftp isn't your only option, you could try checking out rsync (native in
linux & available in cygwin) which is a robust and efficient way of
publishing files or whole directory trees. It's how I backup from and
publish to my remote server.

If you need ftp and can't find a pre-rolled utility, you could always code
your own one up in php command line,  check-out
http://www.php.net/manual/en/ref.ftp.php

Regards

Bruce

2009/11/25 Jochen Daum <[email protected]>

> In 1999 cuteftp was the only one I could find for that problem.
>
> Kind regards,
> Jochen
>
> Mobile: 021 567 853
> Phone: 09 630 3425
> Email: [email protected]
> Skype: jochendaum
> Web: www.automatem.co.nz
>
> On Nov 25, 2009 12:18 AM, "Olwen Williams" <[email protected]> wrote:
>
> I have a site which gets files transferred from an in-house application
> using a batch file and the windows built-in command line FTP several
> times a day.  At least in theory it does, but for days on end this
> process can fail. The connection seems to be failing
>
> I was wondering if someone can recommend an ftp client which can be run
> unattended, initiated from a batch file in a windows environment, and is
> sensible enough to retry if it loses the connection part way through.  A
> choice of active and passive may help as well.
>
> The PC support people are blaming the web host, and the webhost says
> there is nothing funny there.  The problems may have started to occur
> when the  server at the host failed, and the site was moved to another
> server.  The hosting firm say that with the exception of php and apache
> which were differently configured that everything else is the same on
> the new server.
>
> --
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]<nzphpug%[email protected]>
>
>  --
> NZ PHP Users Group: http://groups.google.com/group/nzphpug
> To post, send email to [email protected]
> To unsubscribe, send email to
> [email protected]<nzphpug%[email protected]>
>



-- 
Bruce Clement

-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]

Reply via email to