Is there a way to list all the files in a folder on a SFTP-server ?
I would like to have a check if all my files are correctly oploaded. Or can I achieve this in another way ?
You can try to run ls command on the remote server with "SSH command" action and "Capture output" option.
Good idea ! I forgot this new transformation ![]()
Hey! I am trying to do something similar but I cant seem to make it work. How should the command look like in the SSH command action?
It seems that even when I define my Parameter as ls the project just runs eternally and no output list is created
