I have changed to ftp.putbinaryfile(thumbnail,"/www.showreelfinder.com/ web/site/temp/uploads/heywatch/"+encoded_video.title) and still got that error. Then i changed to
ftp.putbinaryfile(thumbnail,"/www.showreelfinder.com/web/site/temp/ uploads/heywatch/"+encoded_video.title+".jpg") The same error happend. On 5月13日, 上午12时25分, Tom Z Meinlschmidt <to...@meinlschmidt.org> wrote: > ftp.putbinaryfile(thumbnail,"ftp://showreelfinder.com/www.showreelfinder.com/web/site/temp/uploads/heywatch/"+encoded_video.title) > > change to > > ftp.putbinaryfile(thumbnail,"/www.showreelfinder.com/web/site/temp/uploads/heywatch/"+encoded_video.title) > > tom > > > > daociyiyou wrote: > > Thanks. But i got another error: > > > #### > > Net::FTPPermError (500 Unknown command. ): > > #### > > > So i changed the codes according to my guess: > > > #### > > ftp_host="showreelfinder.com" > > ftp=Net::FTP.new(ftp_host,"heywatch","JRnu4bNtXl") > > ftp.login > > ftp.putbinaryfile(thumbnail,"ftp://showreelfinder.com/ > >www.showreelfinder.com/web/site/temp/uploads/heywatch/"+encoded_video.title) > > ftp.close > > #### > > > I still get the error: > > > #### > > Net::FTPPermError (500 Unknown command. ): > > #### > > I want write the binary data(thumbnail) to the ftp address ("ftp:// > > showreelfinder.com/www.showreelfinder.com/web/site/temp/uploads/ > > heywatch/"+encoded_video.title),the encoded_video.title file does not > > exist on ftp server. > > so how do i manage? > > -- > =============================================================================== > Tomas Meinlschmidt, MS {MCT, MCP+I, MCSE, AER}, NetApp Filer/NetCache > - experienced RoR/PHP freelancer, available for hire > > www.meinlschmidt.com www.maxwellrender.cz www.lightgems.cz > =============================================================================== --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---