ID:2177795
 
Hi!

I'm looking for a way to let someone save a text file from my server. I know there's a way to do it, but I've been through the docs twice and I can't find it.

Thanks!

- J
there's an ftp() instruction you can use.

src << ftp(reference_to_file)
Aha! Yes. That was it. Thank you Super Saiyan X!