Datascope select plus Entity data download files using curl ftp failed

I am using curl command where i am trying to download the entity data bulk report files but getting error as :

curl -x http://proxy1.tst:8080 ftp://plus.datascope.refinitiv.com --user user:password
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   335    0   335    0     0    118      0 --:--:--  0:00:02 --:--:--   118<title>Directory listing</title>
<h1>Directory listing</h1><pre>
You are user #19 of 100 simultaneous users allowed.


Restricted user logged in.
<hr>
<a href = "../">Parent Directory</a> (<a href = "/">Root Directory</a>)


    4096 Nov  8 14:15 <a href=".ssh/">.ssh/</a>
    4096 Nov 18 00:28 <a href="Bulk_Reports/">Bulk_Reports/</a>

Do i have permission issue to download the files ?

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hello @rahul.deshmukh,

    I don't have DSE+ credentials so unable to directly check your curl command, but something does not look correct. You should be getting an (S)FTP response to the (s)ftp request and not an embedded HTML as shown. Is your proxy server causing this.

    Can you try to use WinScp to login to sftp://plus.datascope.refinitiv.com with your credentials and see if that works.

Answers