[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::seal

Title:SEAL
Moderator:GALVIA::SMITH
Created:Mon Mar 21 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1989
Total number of notes:8209

1734.0. "ftp alarm problem" by SNOFS1::snod14dgp25.gen.sno.dec.com::snov14.sno.dec.com::stylianoua () Wed Jan 22 1997 21:28

T.RTitleUserPersonal
Name
DateLines
1734.1need more info here.GALVIA::KEATINGThu Jan 23 1997 08:469
1734.2Which noteSNOFS1::stylia.sno.dec.com::snov14::stylianouaFri Jan 24 1997 01:286
I have checked all this. It still does not work.
Any other suggestions.

Note 1734 is this one.

AS
1734.3the scriptSNOFS1::stylia.sno.dec.com::snov14::stylianouaThu Jan 30 1997 19:0215
this is what the alarm contains. Please tell me
if there is anything wrong with this.

AS   

 #!/bin/csh
    ftp -n somehost.com << EOF
    user anonymous [email protected]
    cd pub/some_dir
    bin
    get somefile.gz
    quit
    EOF


1734.4BIGUN::nessus.cao.dec.com::MayneWake up, time to dieFri Jan 31 1997 00:385
Try removing the spaces in front of the lines (particularly the EOF line).

I usually use separate username/password commands in FTP.

PJDM
1734.5There must be a simple answer.SNOFS1::stylia.sno.dec.com::snov14::stylianouaSun Feb 02 1997 19:409
Sorry. the spaces are not really there.

I think that it must be some restriction on root running
scripts from an alarm.
Remeber this script works when I run it manually.

Can someone please try it on as an alarm.

AS