okay, I removed the if and it STILL fails, I'm confused...
facts to remember:
1. the script was built, edited, and is going to run on a Solaris 10 machine
2. the target ftp box is win2003 server (32 bit)
3. anonymous login works from shell prompt
#!/bin/bash -x
HOST="64.102.94.191"...
I have the following script where I'm trying to ftp a file after a test:
------------ Begin Script ----------------------------
#!/bin/bash -x
HOST="64.102.94.191"
FTPUSER="anonymous"
FTPPASSWORD="CNC-Bot"
tgfile="/home/rlevau/collections/transport-usa1.zip"
dltype=`grep -i...
Okay, I'm getting a " 'done' unexpected" error.
I've tried everything I can find in the on-line docs. Iknow this has to be something I'm overlooking (I could code it in VB in about 10 minutes, but it's not an option)
The collection-list file is just a list (1 column wide) of 4 character ID's...
Thanks Annihilannic,
You are spot on, it is Solaris.
The info is great, things that I wouldn't have thought of.
I'll let you know what happens, the lessons might be useful for someone else as well.
I have the following data in a set of files I need to look at and evaluate:
the file has a header row, and is delimited by <fsp> (wierd, I know)
I'm looking to see if the number of rows with an TimeInventoryUptime value between the file creation date and that same date +24 hrs is the same as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.