Hi, need suggestion for the following requirement. We want to place a CSV file generated through Appian within a specific folder path in NFS(Network File System). Appian runs in an EC2 AWS instance and the NFS is a on-prem file location. We are not permitted to mount the NFS and hence looking for solutions.
Discussion posts and replies are publicly visible
I would recommend, Set up an SFTP server on your on-prem environment that has access to the NFS location. Use SFTP Smart Service to transfer the CSV file directly to the SFTP server, which will then place it in the required NFS folder path.