I’m trying to upload a JSON file to my FTP server. I have successfully established a connection, but when I run the module, the file is not created, and no errors are shown. My goal is to take JSON data and save it into a specific file on the FTP server.
Do you have any suggestions on how I can resolve this?