Thanks for the replies.
Anthony, you're correct. We're trying to allow the user to select a
directory on their local machine (not the server) to download the file
to. Essentially, I'm trying to replicate the "right-click, save file,
get the save to box" process only with FTP. And we only need to
download one file at a time, so multiple file download isn't an issue
(yet, anyway).
If I link to a file using button_to, it will be an HTTP transfer
instead of FTP correct? Or if I open the file in a new window using
Javascript, that will be HTTP xfer as well, right? Which I guess begs
the question, is there anything inherently better about FTP file
transfer over HTTP file transfer? We're dealing with files here that
range in size from a couple KB to 1GB (give or take). Are there
issues with large file xfers over HTTP? Are there significant speed
differences? Maybe I should take the easy road and just do HTTP
transfer to get the built-in browser save-to functionality? Any
thoughts?
Thanks,
Chris