Sathish Kumar
Sathish Kumar

Reputation: 1

Copy PDF files from Sharepoint folder to FTP using Power automate

I am new to power automate. I have a requirement to copy files from sharepoint folder to FTP using power automate.

Step 1: Created "When file is created in folder" (sharepoint) -> Provided sharepoint address and folder Step 2: Create File( FTP) -> provided connection information

I have provided FTP details but it is failed to create connection and it says "the remote name could not be resolved. ClientRequestId:0d0b38ab-af93-4d9e-91ec-d97dd33c068a"

enter image description here

Upvotes: 0

Views: 2668

Answers (1)

Hury Shen
Hury Shen

Reputation: 15724

Please do not use the whole ftp endpoint like ftps://waws-xxxxxxx.ftp.azurewebsites.windows.net/site/wwwroot as "Server Address" in your FTP connector.

Remove ftps:// at the beginning of ftp endpoint, just use waws-xxxxxxx.ftp.azurewebsites.windows.net/site/wwwroot instead.

enter image description here

Upvotes: 0

Related Questions