Logan Capaldo wrote: > On Jun 13, 2006, at 4:06 PM, Peter Bailey wrote: > >> ftp.putbinaryfile(#{ps2kfile}) > > Someone forgot quotes around his string interpolation. Of course its > not really needed here > > ftp.putbinaryfile(ps2kfile) You're absolutely right. I put quotes in and it worked. But, I don't quite get it. I don't remember having to put them in before. Whatever . . . Thanks! -- Posted via http://www.ruby-forum.com/.