On Fri, Oct 07, 2005 at 02:58:44PM -0400, Brian Henning wrote: > Hi Y'all, > The subject may be a bad choice of words, but here's what I want to > accomplish, in pseudo-shell code: > > tar -cj /some_path/to_backup > ftp user:[EMAIL PROTECTED] put some_file
tar -cj /some_path/to_backup | ncftpput -u user -p pass hostname some_file ncftp is provided in most distros. -- Kevin Otte, N8VNR [EMAIL PROTECTED] http://www.nivex.net/ -=- "Those who cannot remember the past are condemned to repeat it." -- George Santayana "It seems no one reads Santayana anymore." -- Cdr. Susan Ivanova, Babylon 5 -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
