NFTP is a console/X11 FTP client with an interface similar to Norton Commander. It has lots of features for power users, and supports 20 languages.
| Tags | Internet FTP |
|---|---|
| Licenses | Shareware |
| Operating Systems | BeOS Windows Windows Windows OS/2 POSIX AIX BSD FreeBSD Linux Solaris |
Recent releases


Changes: Crashes and spurious directory creation while mirroring have been fixed. mirror.include-subdirs now works correctly when uploading. Downloading to the root directory of the drive works now.


Changes: Directories (with subdirectories) can be uploaded. F5 now acts as 'Copy' key. The ability to review a list of files selected on the remote site was added. Directories on the remote site can now be recursively deleted. When doing mirroring in interactive mode (not from script), a warning dialog is issued, a list of files to delete is presented for review, and a confirmation is requested for deletion. In noninteractive mode, deletion does not happen and a log message is produced when a percentage of the files/directories that would be deleted is greater than 10%. NFTP now uses MDTM to get exact file modification times before downloading.


Changes: This release includes support for new licensing scheme, support for Microsoft ISA 2000 proxy, and a feature where F8 presents a menu to change the encoding in the viewer. The most important fixes since the last version include fixes for problems where under some circumstances the transfer rate was limited, a problem so that mirroring by download works more reliably, an updated Chinese translation, replacements for corrupt Italian and Swedish NLS files, and improved implementation for wildcard matching routines.


Changes: In the previous release, transfer rate was limited under some circumstances, and the Italian and Swedish NLS files were corrupted. Both of these problems have been fixed. The implementation of the wildcard matching routines was improved.


Changes: Ability of handling files over 2GB was added, and some minor fixes were made.
- All comments
Recent commentsRe: Go get cftp
>
> % gcc -DHAVE_CONFIG_H -I. -I. -I.
> -g
> % -c tty.c
> % tty.c:39: conflicting types for
> % `ospeed'
> % /usr/include/termcap.h:30:
> previous
> % declaration of `ospeed'
> % make: *** [tty.o] Error 1
>
> So? Your termcap installation is
> broken. Probably a wrong file gets
> include'd. Anyway, this is the wrong
> place to discuss it.
Probably termcap.h from ncurses. BTW, I heard you can emulate termcap with ncurses. Would you mind to include support for ncurses in cftp ? The same for the author of NFTP, but it's difficult since like any closed projects that'd mean more binaries. Some systems don't install termcap since it's "deprecated".
Re: Go get cftp
> gcc -DHAVE_CONFIG_H -I. -I. -I. -g
> -c tty.c
> tty.c:39: conflicting types for
> `ospeed'
> /usr/include/termcap.h:30: previous
> declaration of `ospeed'
> make: *** [tty.o] Error 1
So? Your termcap installation is broken. Probably a wrong file gets include'd. Anyway, this is the wrong place to discuss it.
Re: Go get cftp
> It's same class but simpler (gets the
> job done nonetheless), smaller and free.
>
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -c tty.c
tty.c:39: conflicting types for `ospeed'
/usr/include/termcap.h:30: previous declaration of `ospeed'
make: *** [tty.o] Error 1
Go get cftp
It's same class but simpler (gets the job done nonetheless), smaller and free.
Cool
nFTP is a very cool ftp client. Get it.