Re: [Emc-users] Off Topic Cron and FTP

2015-11-07 Thread John Thornton
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

Re: [Emc-users] Off Topic Cron and FTP

2015-11-06 Thread Jerry Scharf
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

[Emc-users] Off Topic Cron and FTP

2015-11-06 Thread John Thornton
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"