File: control

package info (click to toggle)
sshfs-fuse 1.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 488 kB
  • ctags: 269
  • sloc: sh: 3,451; ansic: 2,073; makefile: 55
file content (22 lines) | stat: -rw-r--r-- 858 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
Source: sshfs-fuse
Section: utils
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, libfuse-dev, pkg-config
Standards-Version: 3.6.1

Package: sshfs
Architecture: any
Depends: ${shlibs:Depends}, fuse-utils
Suggests: fuse-module
Description: filesystem client based on SSH File Transfer Protocol
 shhfs is a filesystem client based on the SSH File Transfer Protocol.
 Since most SSH servers already support this protocol it is very easy
 to set up: i.e. on the server side there's nothing to do.  On the
 client side mounting the filesystem is as easy as logging into the
 server with ssh.
 .
 sshfs is based on FUSE (userspace filesystem framework for Linux),
 thus you will have to prepare fuse kernel module to be able to use it.
 .
 Homepage: http://fuse.sourceforge.net/