hi all! i''m implementing a web application that lets the user to handle remote files.I have my application one the machine A and the docs have to be on machine B (accessibile through FTP). I think to make a model that store the url of the file on the B server and mask the operation at model level in order to save metadata locally and real file remotely. It''s right? Some plugins can make my life simpler? come suggestions? thanks,, nelson --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dustin Anderson
2007-Nov-19 01:59 UTC
Re: implementing remote document (through FTP connection)
maybe look at the net-ssh project: http://net-ssh.rubyforge.org/ Capistrano uses that. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
i uses ftp because it allow me to have on B machine a ftp server that support virtual users (aka users witout shell access or account). I solve it using standard net/ftp module and making my modules dealing with remote data upload. now i''m integratin ajax to inform the user about the file transfer. thanks for the advice, nelson On 19 Nov, 02:59, Dustin Anderson <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> maybe look at the net-ssh project:http://net-ssh.rubyforge.org/ > > Capistrano uses that. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---