Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29275 Discussions

How to download IFORT using FTP under SSH?

jgoicoch
Beginner
1,281 Views
I am trying to download the Fortran Compiler for Linux using FTP. I am using a secure conection (SSH) to one of our remote Linux machines and from there I would like to download the zip/tar file. The procedure should be also the same from Windows.

In your web page the FTP address of the file is:

ftp://download.intel.com/software/products/compilers/
downloads/l_fc_c_9.1.036.tar.gz

Hence, I try:
ftp> open download.intel.com
Connected to download.cps.intel.com.
220 Microsoft FTP Service
500 'AUTH GSSAPI': command not understood
500 'AUTH KERBEROS_V4': command not understood
KERBEROS_V4 rejected as an authentication type

ftp> user
(username) mylogin
331 Password required for mylogin.
Password: mypassword
530 User mylogin cannot log in.
Login failed.

While I can open ftp://download.intel.com, I am not able to login using my current login and password (the one I typically use to log in your web page). I do not know what I am doing wrong? I do not understand how I can download the file using my web browser, but not using FTP.

I would appreciate help about this matter,
Thanks in advance, Javier
0 Kudos
3 Replies
Steven_L_Intel1
Employee
1,281 Views
The FTP server supports anonymous FTP only. There is no shell access. Log in as "anonymous" with your email as the password.

However, I would recommend instead that you download from the Intel Registration Center, as that's where you'll find more up-to-date compilers.
0 Kudos
jgoicoch
Beginner
1,281 Views
Thank you it is working now. I will try to use the Intel Registration Center in the future. However, I will probably need an FTP link since I can only use the console.

Javier

0 Kudos
Steven_L_Intel1
Employee
1,281 Views
Unfortunatelty, FTP access is offered only for the initial version of the compiler - updates are through the Registration Center only.
0 Kudos
Reply