File: control

package info (click to toggle)
gesftpserver 2~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 916 kB
  • sloc: ansic: 7,876; python: 206; makefile: 62; sh: 4
file content (48 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: gesftpserver
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 libreadline-dev,
 python3
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/gesftpserver.git
Vcs-Browser: https://salsa.debian.org/debian/gesftpserver
Homepage: https://www.greenend.org.uk/rjk/sftpserver/
Rules-Requires-Root: no

Package: gesftpserver
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends}
Enhances: openssh-server
Description: sftp server submodule for OpenSSH
 Green End SFTP Server is an SFTP server
 supporting up to protocol version 6.
 It is possible to use it
 as a drop-in replacement for the OpenSSH server
 (which supports only protocol version 3).
 .
  * Protocol versions 3 and higher:
    * Upload and download files
    * List files
    * Create directories and symbolic links
    * Rename and delete files
  * Protocol versions 4 and higher:
    * Filename encoding translation
    * Text mode transfers
    * String owner/group names (instead of numeric)
    * Sub-second timestamps (where supported by server OS)
  * Protocol versions 5 and higher:
    * Extended rename semantics (e.g. atomic overwrite)
  * Protocol versions 6 and higher:
    * Create hard links
  * Several SFTP extensions
 .
 Features of SFTP protocol versions are listed more detailed
 at <http://www.greenend.org.uk/rjk/sftp/sftpversions.html>.
 .
 Features beyond the v3 set depend on suitable client support.
 A list of clients and the versions they support
 is at <http://www.greenend.org.uk/rjk/sftp/sftpimpls.html>.