Question
Downloading from ftp server to user machine
I'm trying to figure out the best way for a user to open or
download a file from a remote, secure ftp server. If I use cfftp,
as I understand it, the file would need to first be transfered from
the ftp server to the cf server and then could be downloaded to the
user's machine using cffile. Is there a way to download it directly
without the intermediate step?
Someone had suggested using cflocation to open the file on the ftp server directly, and while that works, it also seems to display the ftp password when it is getting the file...not too secure. Not all files should be accessible by all users so having an anonymous logon wouldn't necessarily produce the desired results either.
Any ideas on the best way to accomplish this?
Someone had suggested using cflocation to open the file on the ftp server directly, and while that works, it also seems to display the ftp password when it is getting the file...not too secure. Not all files should be accessible by all users so having an anonymous logon wouldn't necessarily produce the desired results either.
Any ideas on the best way to accomplish this?
