1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: ftpcopy
Section: web
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (= 11),
dietlibc-dev (>= 0.34~cvs20160606-3) [alpha amd64 arm64 armeb armel armhf hppa i386 mips mipsel mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc64 x32] <!pkg.gdbm.nodietlibc>,
Standards-Version: 4.3.0
Homepage: https://www.ohse.de/uwe/ftpcopy.html
Vcs-Git: https://salsa.debian.org/debian/ftpcopy.git
Vcs-Browser: https://salsa.debian.org/debian/ftpcopy
Package: ftpcopy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FTP clients collection
ftpcopy is a simple FTP client written to copy files or directories
(recursively) from an FTP server. It was written to mirror FTP sites
which support the EPLF directory listing format, but it also supports
the traditional listing format (/bin/ls).
.
ftpls is an FTP client which generates directory listings, either in
plain text or HTML.
.
The tools only support passive mode FTP. There is no plan to support
active mode.
|