Help - Search - Members - Calendar
Full Version: ncftpget not found
The Planet Forums > Control Panels > cPanel/WHM
webhostau
hi there,

Whilst updating cpanel I got a few lines which concern me? should it concern me?

CODE
The following packages you requested were not found:

ncftpget

CPAN: Storable loaded ok

Going to read /home/.cpan/Metadata

 Database was generated on Fri, 09 Jul 2004 16:05:20 GMT


Cheers,
chirpy
For some reason ncftp isn't installed with RHE. However, it's very easy to install manually:
CODE
wget ftp://ftp.ncftp.com/ncftp/ncftp-3.1.7-src.tar.gz

tar -xzf ncftp-3.1.7-src.tar.gz

cd ncftp-3.1.7

./configure

make

make install

cd ..

rm -Rf ncftp-3.1.7*
webhostau
CODE
root@au [~]# tar -xzf ncftp-3.17-scr.tar.gz

tar (child): ncftp-3.17-scr.tar.gz: Cannot open: No such file or directory

tar (child): Error is not recoverable: exiting now

tar: Child returned status 2

tar: Error exit delayed from previous errors
chirpy
You missed out a dot:

tar -xzf ncftp-3.17-scr.tar.gz

should be:

tar -xzf ncftp-3.1.7-scr.tar.gz
damainman
Why is this error suddenly appearing though, and does this need to be installed? I'm receiving the same error.
chirpy
That I don't know. However, I'm an ncftp fan, and so install it on all my servers anyway icon_wink.gif It certainly wouldn't do any harm to install it to have a handy shell ftp client that can run in batch mode.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.