I am trying to get data from a file which is stored in my sftp folder as a csv file. This file refreshes everyday.
I have the server ip and path.
I tried to get data from web by choosing sftp://<ip_address>/<file path>/<file_name>.csv, but it doesnt recognize the sftp.
How do I get data from my server?