| Computing.Net: Over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to sign up now, it's free! |
Linux shell script
|
Original Message
|
Name: tonysathre
Date: July 11, 2007 at 23:41:41 Pacific
Subject: Linux shell scriptOS: Windows XP Pro SP2CPU/Ram: P4 2.60 Ghz\ 768 MBModel/Manufacturer: Dell Dimension 4550 |
Comment: What is wrong with this script? #!/bin/bash for file in `ls -1 /home/omalik/gamecreate/coduo/28960/pb/svss/*.png` do ftp -i -v << :EOF open soulbleed.servegame.com passive binary put $file quit :EOF done The error I'm getting is: ./batch_ftp: line 12: syntax error: unexpected end of file Thanks, Tony "Computer security." — Oxymoron
Report Offensive Message For Removal
|

Post Locked
This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
Go to Programming Forum Home