This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] wput 0.6.1 -- A tiny wget-like ftp-client for uploading files


* Tue 2007-12-04 Dave Korn <dave.korn@artimi.com> INBOX
> On 04 December 2007 10:01, Jari Aalto (Cygwin-bug#20071203T1805) wrote:
>
>> to a remote ftp-server. Main features are: resuming, times-tamping,
>
>   s/times-tamping/time-stamping/  (or even just 'timestamping')

Thanks. Here is also updated upstream (just released) version.

Jari

a) manual

  wget        \
    http://cygwin.cante.net/wput/setup.hint \
    http://cygwin.cante.net/wput/wput-0.6.1-1-src.tar.bz2 \
    http://cygwin.cante.net/wput/wput-0.6.1-1.tar.bz2 \

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir wput ; cd wput
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/wput/get.sh \
          http://cygwin.cante.net/wput/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]