File: control

package info (click to toggle)
curlftpfs 0.9.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,020 kB
  • sloc: sh: 8,885; ansic: 2,846; makefile: 38
file content (26 lines) | stat: -rw-r--r-- 1,195 bytes parent folder | download | duplicates (2)
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: curlftpfs
Section: utils
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5),
	       libglib2.0-dev, libcurl4-gnutls-dev, libfuse-dev,
               dh-autoreconf
Build-Conflicts: libcurl4-openssl-dev
Standards-Version: 3.9.6
Homepage: http://curlftpfs.sourceforge.net
Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/curlftpfs/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/curlftpfs/trunk/

Package: curlftpfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, fuse [linux-any] | fuse4bsd [kfreebsd-any]
Description: filesystem to access FTP hosts based on FUSE and cURL
 CurlFtpFS is a tool to mount FTP hosts as local directories. It connects
 to a FTP server and maps its directory structure to the local filesystem.
 .
 Based on FUSE (filesystem in userspace) and the cURL library, CurlFtpFS
 has some features that distinguish it over other FTP filesystems:
  * support for SSLv3 and TLSv1
  * connecting through tunneling HTTP proxies
  * automatic reconnection if the server times out
  * conversion of absolute symlinks to point back into the FTP filesystem