1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: ftp-upload
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (=13), perl (>= 5.6.0-16)
Rules-Requires-Root: no
Homepage: http://www.argon.org/~roderick/
Vcs-Browser: https://salsa.debian.org/debian/ftp-upload
Vcs-Git: https://salsa.debian.org/debian/ftp-upload.git
Package: ftp-upload
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libnet-perl
Description: put files with FTP from a script
ftp-upload transfers local files to another machine using FTP. It's
meant to be used by scripts and such rather than interactively. There's
no user interface, the program is controlled strictly via the command
line. It is disciplined with its exit status.
|