Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Separate SFTP Error Paths in Download Tool

SasiMon
6 - Meteoroid

I am using a Download Tool to connect to an SFTP Folder and downloading contents from there.

The problem I face is when a new Directory is created in the SFTP Folder and permissions are inadequate, I get errorr."Error: Download (20): Error transferring data: Access denied to remote resource".

 

I want to detect the SFTP folder with the inadequate permission and redirect those. 

 

How to do this?

1 REPLY 1
DavidP
17 - Castor
17 - Castor

Hi @SasiMon 

 

I'm wonder if it's possible to structure your queries for the download tool to be one folder per row, i.e. a list of urls in a text input tool that feeds your download tool. Each query will then return a successful response or a failure. You can filter on the failures and know which ones need fixing.

Labels