I compiled lftp from source and it installed to /usr/local/bin. Problem is, that is not in my path. So when i typr lftp from command line it says command not found. If i type /usr/local/bin/lftp, it of course works fine. How can i add that to my path so i don't have to type the full path each time?
And to answer why i compiled myself, because fedora compiles lftp against openssl and not gnutls, which cause problems.