# HDW Linux ncftp # # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org # [I] Sympathic ftp client with command line auto completion # [I] and some other cool features. # [V] 3.1.5 # [S] 3 10 # [D] ncftp-3.1.5-src.tar.bz2 ftp://ftp.ncftp.com/ncftp/ pre_install() { ln -sf /usr/bin/ls /bin/ } post_install() { rm /bin/ls }