hi all,
i need to create a flow that copies a file from my local file system to an FTP server.
i've a gateway installed, and the flow works fine if i'm getting the file information and creating it in sharepoint (365).
however, when i replace the sharepoint connector with an FTP, I get the following error:
{
"status": 400,
"message": "An invalid request was made. Inspect the passed parameters and actions.\r\nclientRequestId: 30979729-e60f-4631-aa18-deb2bea25149",
"source": "ftpconnectionprovider-australiaeast.sy3-ase-001.p.azurewebsites.net"
}
Currently:
1- when a file is created (properties only)
2- get file content
3- create file on FTP
steps 1 and 2 work fine. it fails on step 3.
Could someone please help or advise what i might be doing wrong?
I can go the other way without issues: Ie, when a file is created on the FTP site, I can get its contents and create the file internally.