How to change default ftp program?

I'm having issues logging in via ftp to a remote server from my linux box. I found that it's due to my server using kerberos_v4, their server wont' accept that auth method. When I:

which ftp

result is:

/usr/kerberos/bin/ftp

I want to change this so that the default ftp is:

/usr/bin/ftp

How do you change the default ftp program that is used from bash?

 

 

 

 

Top