On Sun, 09 Mar 2008 18:31:57 +0100, Fred <[EMAIL PROTECTED]> wrote: > Hello > > Is there a way to add ftp or ncftp on a production server, ie. without > having to rebuild a distro and flash its CF card? > > I'd like to run a CRON job to upload files to a remote server, but I don't > seem to have compiled the right utilities to do this.
What about using rsync (and I would do rsync over ssh). It's much more reliable than ftp, especially if you want to run this via a cron job. You can setup ssh keys to do the authentication, plus it's already in place in Astlinux. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
