Re: ITP: tnftp -- Enhanced ftp client

2012-10-09 Thread Corinna Vinschen
On Oct  8 12:06, marco atzeri wrote:
 On 10/8/2012 11:04 AM, Jari Aalto wrote:
 wget --recursive --no-host-directories --cut-dirs=3 \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/setup.hint \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1-src.tar.bz2 \
  http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1.tar.bz2
 
  # To check packaging
 
  cd tnftp
  tar -xf *-src.tar.bz2
  ./*.sh --color --verbose all
 
 Included in Debian:
 
  http://packages.debian.org/tnftp
 
 Jari
 
 
 build and run fine. GTG
 
 Regards
 MArco
 

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  cygwin AT cygwin DOT com
Red Hat


ITP: tnftp -- Enhanced ftp client

2012-10-08 Thread Jari Aalto
wget --recursive --no-host-directories --cut-dirs=3 \
http://cante.net/~jaalto/tmp/cygwin/tnftp/setup.hint \
http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1-src.tar.bz2 \
http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1.tar.bz2

# To check packaging

cd tnftp
tar -xf *-src.tar.bz2
./*.sh --color --verbose all

Included in Debian:

http://packages.debian.org/tnftp

Jari

[ setup.hint ]

sdesc: Enhanced ftp client
ldesc: This is the por' of the NetBSD ftp client. The enhancements over the
standard ftp client in 4.4BSD include: command-line editing within
ftp, command-line fetching of URLS, including support for proxies and
auhentication, context sensitive command and filename completion,
dynamic progress bar, IPv6 support (from the WIDE project),
modification time preservation, paging of local and remote files, and
of directory listings, passive mode support, with fallback to active
mode, TIS Firewall Toolkit gate ftp proxy support, transfer-rate
throttling.
category: Net
requires: libncurses10



Re: ITP: tnftp -- Enhanced ftp client

2012-10-08 Thread marco atzeri

On 10/8/2012 11:04 AM, Jari Aalto wrote:

wget --recursive --no-host-directories --cut-dirs=3 \
 http://cante.net/~jaalto/tmp/cygwin/tnftp/setup.hint \
 http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1-src.tar.bz2 \
 http://cante.net/~jaalto/tmp/cygwin/tnftp/tnftp-20100108-1.tar.bz2

 # To check packaging

 cd tnftp
 tar -xf *-src.tar.bz2
 ./*.sh --color --verbose all

Included in Debian:

 http://packages.debian.org/tnftp

Jari



build and run fine. GTG

Regards
MArco