Hi Jerry,
Thanks that worked!
JT
On 11/6/2015 3:31 PM, Jerry Scharf wrote:
> John,
>
> This is dusty past stuff, but I don't think mput likes a path. Try the
> following ftp commands instead:
> lcd /home/john/cron/upload
> mput *.*
>
> jerry
>
> On Fri, Nov 6, 2015 at 12:59 PM, John Thornton wr
John,
This is dusty past stuff, but I don't think mput likes a path. Try the
following ftp commands instead:
lcd /home/john/cron/upload
mput *.*
jerry
On Fri, Nov 6, 2015 at 12:59 PM, John Thornton wrote:
> I'm trying to upload some files to my web site to share using a cron job
> and ftp. The
I'm trying to upload some files to my web site to share using a cron job
and ftp. The cron part looks simple enough from crontab, where I need
help is the ftp part. Here is what I have so far and the error I get. Of
course xxx yyy and zzz have the correct info in them.
#!/bin/sh
USERNAME="xxx"