fatfrog
fatfrog

Reputation: 2160

Show files on FTP in a Rails App

We have an FTP site for clients, and they just go to it with a web browser and see the files. I'd like to display the files in a more visually pleasing manner, is there a way I can show what files are on the server in the view, perhaps iterate over them and style them?

I found this answer here, but really didn't answer my question:

Ruby-Rails serve ftp file direct to client

(using rails 3 if it makes a difference)

Upvotes: 4

Views: 2372

Answers (1)

Related Questions