Post Go back to editing

Unable to download DVP Evaluation software

Thread Summary

The user encountered issues with FTP directory listing on ftp.analog.com for the ADV7280-M DVP Eval software. The solution was to change the FTP encryption setting in FileZilla to 'Only use plain FTP (insecure)' in the Site Manager. The software file was located in the /users/adv728x/ADV7280-M/Software for RevA evaluation board (U3 silicon)/ADV7280M_CUST/Scripts/ directory, named 'Install DVP Eval Latest Source 10-14-11.exe'.
AI Generated Content
Category: Software
Product Number: EVAL-ADV7280A-M
Software Version: Unknown

I have followed the links from the various threads to try and download this software, but the links are either broken, or the instructions are wrong.

I have followed this guide:

/cfs-file/__key/communityserver-discussions-components-files/331/1638.ADV7280_2D00_MinstallationguideRevA.pdf

When the ftp client tries to read the directory listing from the remote site it fails as shown in the following log from Filezilla:

Status:    Resolving address of ftp.analog.com
Status:    Connecting to 137.71.173.119:21...
Status:    Connection established, waiting for welcome message...
Status:    Initializing TLS...
Status:    TLS connection established.
Status:    Logged in
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/users/adv728x" is current directory
Command:    TYPE I
Response:    200 Transfer mode set to BINARY
Command:    PASV
Response:    227 Entering Passive Mode (137,71,173,119,200,125).
Command:    MLSD
Error:    Connection timed out after 20 seconds of inactivity
Error:    Failed to retrieve directory listing
Status:    Disconnected from server
Status:    Resolving address of ftp.analog.com
Status:    Connecting to 137.71.173.119:21...
Status:    Connection established, waiting for welcome message...
Status:    Initializing TLS...
Status:    TLS connection established.
Status:    Logged in
Status:    Retrieving directory listing...
Command:    PWD
Response:    257 "/users/adv728x" is current directory
Command:    TYPE I
Response:    200 Transfer mode set to BINARY
Command:    PASV
Response:    227 Entering Passive Mode (137,71,173,119,200,129).
Command:    MLSD
Error:    Connection timed out after 20 seconds of inactivity
Error:    Failed to retrieve directory listing

Is there an updated ftp site or username I need to use?