1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: wput
Maintainer: Stephen Kitt <skitt@debian.org>
Section: web
Priority: optional
Build-Depends: debhelper (>= 9),
libgcrypt20-dev,
libgnutls-openssl-dev,
autotools-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/wput.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/wput.git
Homepage: http://wput.sourceforge.net/
Package: wput
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: tiny wget-like ftp-client for uploading files
Wput is a tiny ftp-client, that uploads files or directories to a
remote ftp-server.
.
Main features are: resuming, time-stamping, wget-like interface,
proxy-support and speed-limit.
|