Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ftp within ksh script
Name: Brent Date: January 23, 2002 at 08:47:49 Pacific
Comment:
I need to FTP a file from with a ksh script, how would I go about this?
Summary: Hello all, I'm having a problem with one part of my KSH script. Below is the script and OutPut. What I would like to do next is combine field 1 "example = Accoskypager" with the other Accoskypager bu...
Summary: Hello, I have a Ksh script problem. The scrip is polling a directory every 5 mins to get a file, which contains the input line like "put abc.dat /home/test" etc. If the file contain is not empty, th...
Summary: I am trying, from within a script, to locate a file, which i do successfully using ls and then tail -1 as the file i am looking for is always the last in the list, and then pg this file that i have lo...