File: control

package info (click to toggle)
ftpcopy 0.6.7-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 10
  • sloc: makefile: 64
file content (22 lines) | stat: -rw-r--r-- 719 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ftpcopy
Section: web
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Standards-Version: 3.7.2.2

Package: ftpcopy
Architecture: any
Depends: ${shlibs: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.
 .
 See http://www.ohse.de/uwe/ftpcopy.html for more information.