"Marco Mayer" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> what you want is ncftp
> I use it daily for lots of file-transfers that have to run very reliable
and
> never had a problem...
If the other end supports ssh, forget ftp and use rsync over ssh:
rsync -essh -av localdir remotehost:/path_above_dir
Doing it again only copies new/changed files. You can
add the --delete option if you want to remove remote files
that have been deleted locally since the last run but be sure
you understand how it works.
---
Les Mikesell
(E-Mail Removed)