Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Error in #3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Error in #3
Authored by: patrickoehlinger on Dec 20, '02 06:46:40PM
At the end of #3 you should type
echo /$spamgrab | ftp ftp.thewhitehouse.com
instead of
echo $spamgrab | ftp ftp.thewhitehouse.com
since this would echo what ever is stored in the variable $spamgrab.

By the way, I used the following macdef to quickly update my online ical:
macdef syncCal
cd public_html/ical/calendars
send ~/Library/Calendars/public.ics public.ics
ls
quit

To get the update done, I type:
echo $syncCal | ftp myftp

[ Reply to This | # ]
Mac OS X HINTS stole our backward slashes
Authored by: patrickoehlinger on Dec 20, '02 06:49:18PM
Well seems like Mac OS X HINTS doesn't like backward slashes.

[ Reply to This | # ]