Is there any way to write a CSV to disk?

I’m trying to export a CSV file to a server. I assumed I could use FTP or SFTP for that, but now that I’m into it, I don’t see any options for actually writing files to disk, only for retrieving them.

What am I missing? Are there other options?

Hi @denisetaylor68

You would need to use the “Upload a file” action of the FTP Make module to have your CSV file written to disk (ie FTP server).

Hope this helps!

1 Like

Another possible option is to have a client for Dropbox, Box, OneDrive, etc… running on the server. Use Make to drop the file in a particular folder on that service, then the service’s client will download it to disk.

1 Like