|
| cmdftp
[ | Report broken link ]
Programming Language: C
Description: A personal tool born as a didactic experience.
Wrn: *it does not have the feature richness of other command line tools and never will*
What makes cmdftp unique is
1) its very small size
cmdftp.c # 48118 bytes, source
cmdftp.h # 6575 bytes, source
cmdftp # 28516 on my platform, executable
2) unix style (cmdline, scriptable interface, uses ~/.netrc, PAGER and EDITOR env vars for file editing and viewing,...)
Other features like shell-like syntax, tab-completion, local/remote modes, file editing, broken connection resumption and similar are provided.
A spartane ./configure script is provided, but direct compilation is suggested.
The program targets a XSI (X/Open System Interface) conformant implementation, though successful compiles and runs have been made on other systems. Author: Claudio Homepage: http://cmdftp.sourceforge.net/
App rating details: Total votes: 0 Overall rating: 0
[ Download cmdftp now! | Get Support for cmdftp at LinuxQuestions.org ]
|