From: Joel VanderWerf Date: 2006-06-14T05:16:11+09:00 Subject: Re: RUBY keeps complaining about my "end" statement Peter Bailey wrote: > ftp.putbinaryfile(#{ps2kfile}) ruby is interpreting the # as a comment, since it's not within a string. Try this: ftp.putbinaryfile(ps2kfile) -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407