From owner-freebsd-questions Mon Feb 17 07:50:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA23135 for questions-outgoing; Mon, 17 Feb 1997 07:50:56 -0800 (PST) Received: from net1.netview.net (netview.net [199.3.74.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA23126 for ; Mon, 17 Feb 1997 07:50:48 -0800 (PST) Received: from corona (fbi.com [199.3.71.75]) by net1.netview.net (8.7.5/8.6.12) with SMTP id KAA06750 for ; Mon, 17 Feb 1997 10:50:06 -0500 (EST) Date: Mon, 17 Feb 1997 10:50:06 -0500 (EST) Message-Id: <3.0.32.19970217105051.00a6f100@netview.net> X-Sender: jrclark@netview.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: questions@freebsd.org From: John Clark Subject: Automatic File Send (FTP) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am trying to dispatch a file automatically to another server at a given time. The Cron scheduling is obvious, but what is not obvious is a practical way of invoking an FTP agent to do the transfer. What I am thinking of is the reverse of NCFTP's colon mode of file fetching (ie. ncftp site.name:file.name). The script will also have to send a user name and pwd. Accomplishing this is not at all obvious. Does anyone have suggestions? Thanks in advance. John Clark [email@john.net]