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.
korn shell script/ ftp script
Name: mike509123 Date: January 14, 2006 at 21:39:02 Pacific OS: UNIX (AIX) CPU/Ram: 2gig
Comment:
I am looking for a ksh script (without the help of the Kermit libraries) which connects to a ftp server and checks if the file "KEI.done" exists. If the file exists it print "files is there" if it doesnt exist it prints "file is not there". (the print statements will later be replaced with code to process the file) Is there a simple way to do this?
Summary: I am trying to write a Korn shell script to use sftp to transfer data from one system to another. I cannot seem to figure out how to send the required password to log on to the remote system. I have t...
Summary: hello, I am having trouble creating a batch script to FTP a file from UNIX to NT. It seems that when I invoke the script, the ftp command invokes the interactive ftp interpreter and does not return c...
Summary: hi, I have a question. I'm doing a Korn Shell script. I want to find out the list of users who have either logged in or logged out during the period(like 20 minutes or etc). Thank you for helping.(...