File: control

package info (click to toggle)
ftp-upload 1.5%2Bnmu2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 22
  • sloc: perl: 259; makefile: 54
file content (15 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: ftp-upload
Section: net
Priority: optional
Maintainer: Roderick Schertler <roderick@argon.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>=9), perl (>= 5.6.0-16)

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.