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 in korn shell
Name: chak karri Date: June 9, 2003 at 09:33:40 Pacific OS: hp unix CPU/Ram: p3
Comment:
Hello, I am trying to copy files from machine to another and when I runthe following script I get the error "Syntax error at line 152 : ` tempfile !cat tempfile mput cobaex??.txt bye ENDFTP;; ... ... esac fi
Looks like the HTML on this board has swallowed the less-than signs.
Try:
ftp ftp.pwp.blueyonder.co.uk <<-ENDFTP ascii get index.html bye ENDFTP
(You can post < in place of the less-than symbol, but the Preview screen replaces it with so you you either have to paste it in again after previewing, or else use &lt; in the original post, if I've got that right...)
Summary: hi, i want to create a directory from my cgi script written in korn shell. but there is no out put. means that this script work for other commands like ls and cd but don't work fo mkdir commands. here...
Summary: I wish to handle the cursor in korn shell when I test a choice but I want that the cursor don't go in a new line. In this case: print -n "Yes or No >> " read a if [[ etc. read a (le cursor not in a...